fix(eww): add unit to font sizes in eww.scss
This quiets a few warning messages.
This commit is contained in:
parent
af0e27630f
commit
ea6c17cc74
|
@ -21,7 +21,7 @@ $accent: #f6a8cf;
|
|||
background-color: $background;
|
||||
font-family: "Quicksand Medium";
|
||||
color: $foreground;
|
||||
font-size: 13;
|
||||
font-size: 13px;
|
||||
|
||||
padding: 3px 10px;
|
||||
}
|
||||
|
@ -30,18 +30,18 @@ $accent: #f6a8cf;
|
|||
tooltip {
|
||||
background-color: rgba(0,0,0,0.8);
|
||||
font-family: "JetBrains Mono";
|
||||
font-size: 12;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.detail {
|
||||
font-size: 10;
|
||||
font-size: 10px;
|
||||
color: $foreground-alt;
|
||||
}
|
||||
|
||||
.bar-sep {
|
||||
margin: 0px 4px;
|
||||
color: $background-alt;
|
||||
font-size: 22;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.bar-window {
|
||||
|
@ -59,12 +59,12 @@ tooltip {
|
|||
|
||||
.bar-time {
|
||||
@include segment;
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
padding: 0px 10px;
|
||||
|
||||
.bar-date {
|
||||
margin-top: 1px;
|
||||
font-size: 11;
|
||||
font-size: 11px;
|
||||
color: #a9b1d6;
|
||||
}
|
||||
}
|
||||
|
@ -87,12 +87,12 @@ tooltip {
|
|||
}
|
||||
|
||||
.symbol.paused {
|
||||
font-size: 12;
|
||||
font-size: 12px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.symbol.playing {
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
|
@ -186,7 +186,7 @@ scale trough {
|
|||
|
||||
.symbol {
|
||||
margin-right: 7px;
|
||||
font-size: 14;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -195,20 +195,20 @@ scale trough {
|
|||
margin-right: 9px;
|
||||
font-family: "JetBrains Mono";
|
||||
color: #bb9af7;
|
||||
font-size: 12;
|
||||
font-size: 12px;
|
||||
|
||||
&.disabled {
|
||||
color: $disabled;
|
||||
}
|
||||
|
||||
.symbol {
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.bar-bluetooth {
|
||||
margin: 0px 3px;
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
color: #7aa2f7;
|
||||
|
||||
&.disabled {
|
||||
|
@ -219,7 +219,7 @@ scale trough {
|
|||
|
||||
.bar-circular {
|
||||
margin: 0px 3px;
|
||||
font-size: 15;
|
||||
font-size: 15px;
|
||||
|
||||
.back {
|
||||
color: $background-scale;
|
||||
|
|
Loading…
Reference in a new issue