Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 4 additions & 19 deletions assets/sass/front-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ $monitor-height: 271px;
}

.monitor {
@include background-image-2x($baseurl + "images/monitor-default", $monitor-width, $monitor-height);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also remove the assets if we don't need them no more.

width: $monitor-width - 40;
height: $monitor-height - 45;
padding-top: 45px;
Expand All @@ -137,7 +136,7 @@ $monitor-height: 271px;

h4 {
font-weight: normal;
color: var(--main-bg);
color: var(--orange);
font-size: 16px;
}

Expand All @@ -146,16 +145,18 @@ $monitor-height: 271px;
margin-bottom: 6px;
font-size: 28px;
font-weight: bold;
color: #eee;
}

a {
color: #eee;
color: var(--font-color);
font-size: 12px;
text-decoration: underline;
}

span.release-date {
font-size: 12px;
color: #eee;
}

a.button {
Expand All @@ -181,22 +182,6 @@ $monitor-height: 271px;
background-image: linear-gradient(#1a7e84, #165b60);
}
}

&.mac {
@include background-image-2x($baseurl + "images/monitor-mac", $monitor-width, $monitor-height);
width: $monitor-width - 40;
height: $monitor-height - 36;
padding-top: 36px;
padding-left: 40px;
}

&.windows {
@include background-image-2x($baseurl + "images/monitor-windows", $monitor-width, $monitor-height);
}

&.linux {
@include background-image-2x($baseurl + "images/monitor-linux", $monitor-width, $monitor-height);
}
}

@property --floor {
Expand Down
Loading