2021-08-10 16:35:08 +00:00
|
|
|
* {
|
|
|
|
all: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
|
|
background: #282828;
|
|
|
|
color: #ebdbb2;
|
2022-04-20 08:54:40 +00:00
|
|
|
font-size: 14px;
|
2021-08-10 16:35:08 +00:00
|
|
|
|
|
|
|
& > * {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspaces {
|
|
|
|
button {
|
|
|
|
background: none;
|
|
|
|
margin: 3px;
|
2021-08-11 10:43:34 +00:00
|
|
|
padding-left: 1px;
|
2021-08-10 16:35:08 +00:00
|
|
|
&.inactive {
|
|
|
|
color: #888974;
|
|
|
|
}
|
|
|
|
&.active {
|
|
|
|
color: #8ec07c;
|
|
|
|
}
|
|
|
|
&.occupied {
|
|
|
|
font-size: 1.01rem;
|
|
|
|
}
|
|
|
|
&.empty {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.segment-top {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.segment-bottom {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.volume-metric {
|
|
|
|
background-color: #1d2021;
|
|
|
|
color: #ebdbb2;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.volume-top > scale {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
slider {
|
|
|
|
all: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
scale trough highlight {
|
|
|
|
all: unset;
|
2021-08-11 10:43:34 +00:00
|
|
|
//background-color: #8ec07c;
|
|
|
|
background-color: #665c54;
|
2021-08-10 16:35:08 +00:00
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
}
|
|
|
|
scale trough {
|
|
|
|
all: unset;
|
|
|
|
background-color: #1d2021;
|
|
|
|
min-width: 34px;
|
|
|
|
min-height: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.large-symbol {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.metric {
|
|
|
|
background-color: #1d2021;
|
|
|
|
padding: 5px 2px;
|
|
|
|
}
|
2021-08-10 18:35:57 +00:00
|
|
|
.metric-icon {
|
|
|
|
font-family: "FontAwesome5Free";
|
|
|
|
font-size: 0.7em;
|
|
|
|
}
|
2021-08-10 16:35:08 +00:00
|
|
|
|
|
|
|
.time {
|
|
|
|
padding-top: 7px;
|
|
|
|
padding-bottom: 7px;
|
2021-08-11 10:43:34 +00:00
|
|
|
color: #a89984;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-08-13 15:25:56 +00:00
|
|
|
.music_popup {
|
2021-08-11 10:43:34 +00:00
|
|
|
all: unset;
|
|
|
|
background-color: #1d2021;
|
|
|
|
padding: 0px 20px;
|
|
|
|
margin: 0;
|
2021-08-10 16:35:08 +00:00
|
|
|
}
|