Fix fonts.
parent
5211f9777e
commit
a82a0e2dae
|
@ -2,8 +2,7 @@
|
|||
@import 'meta/prefix';
|
||||
|
||||
// currently playing track metadata
|
||||
#meta {
|
||||
@include icedream-font;
|
||||
.meta {
|
||||
color: $icedream-text-color;
|
||||
line-height: $icedream-extended-line-height;
|
||||
}
|
||||
|
|
|
@ -2,11 +2,6 @@
|
|||
@import 'nav/bgfade';
|
||||
|
||||
#nav {
|
||||
@include icedream-font;
|
||||
|
||||
// push in some air
|
||||
line-height: $icedream-extended-line-height;
|
||||
|
||||
> .active {
|
||||
// apply darker background and brighter text to content
|
||||
background: $icedream-bg-color;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// metadata overlay tweak
|
||||
@if $icedream-metadata-overlay {
|
||||
#meta {
|
||||
.meta {
|
||||
margin: 0; // sass-lint:disable-line variable-for-property
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
@ -15,9 +15,11 @@
|
|||
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#{$icedream-metadata-overlay-background-gradient-from}, endColorstr=#{$icedream-metadata-overlay-background-gradient-to});
|
||||
}
|
||||
|
||||
.page {
|
||||
&:not(#page_EQ) {
|
||||
#main {
|
||||
section {
|
||||
&:not(#pageEQ) {
|
||||
height: calc(100% - 9vmin);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
@if $icedream-metadata-prefix {
|
||||
#meta {
|
||||
#nowplaying {
|
||||
&::before {
|
||||
content: $icedream-metadata-prefix;
|
||||
font-weight: 700;
|
||||
|
|
|
@ -18,6 +18,8 @@ body.icedream {
|
|||
--gradient-stop-1: #{$gradient-stop-1};
|
||||
--gradient-radial: #{$gradient-radial};
|
||||
|
||||
@include icedream-font;
|
||||
|
||||
@import 'header';
|
||||
@import 'main';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue