eww: updates
This commit is contained in:
@@ -18,12 +18,29 @@ $surface: #585b70;
|
||||
padding: 0 1px;
|
||||
}
|
||||
|
||||
.red { color: $red; }
|
||||
.maroon { color: $maroon; }
|
||||
.peach { color: $peach; }
|
||||
.yellow { color: $yellow; }
|
||||
.green { color: $green; }
|
||||
.lavendar { color: $lavendar; }
|
||||
.red {
|
||||
color: $red;
|
||||
}
|
||||
|
||||
.maroon {
|
||||
color: $maroon;
|
||||
}
|
||||
|
||||
.peach {
|
||||
color: $peach;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: $yellow;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: $green;
|
||||
}
|
||||
|
||||
.lavendar {
|
||||
color: $lavendar;
|
||||
}
|
||||
|
||||
.symbol {
|
||||
color: $lavendar;
|
||||
@@ -34,9 +51,10 @@ $surface: #585b70;
|
||||
* {
|
||||
all: unset;
|
||||
margin: 0 5px;
|
||||
font-size:14pt;
|
||||
font-size: 14pt;
|
||||
transition: color 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
&:hover * {
|
||||
color: $pink;
|
||||
}
|
||||
@@ -47,7 +65,7 @@ $surface: #585b70;
|
||||
padding: 0 0.3em;
|
||||
}
|
||||
|
||||
.padded > *:not(:last-child) {
|
||||
.padded>*:not(:last-child) {
|
||||
padding: 0 10px;
|
||||
border-right: 1px solid $surface;
|
||||
}
|
||||
@@ -82,27 +100,10 @@ scale trough {
|
||||
}
|
||||
}
|
||||
|
||||
.workspaces * {
|
||||
padding: 0 8px;
|
||||
font-size: 14pt;
|
||||
transition: color 0.2s ease-in-out;
|
||||
|
||||
&:hover * {
|
||||
color: $pink;
|
||||
}
|
||||
|
||||
.empty * {
|
||||
color: $subtext;
|
||||
}
|
||||
.current * {
|
||||
color: $green;
|
||||
}
|
||||
}
|
||||
|
||||
.clipboard {
|
||||
color: $subtext;
|
||||
}
|
||||
|
||||
.time {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user