* Added a Nix Flake and support for running from the Nix Store * Removed variable imports since they're brough in at the top level. * Removed redundan imports and remove unused files (moved to temp). --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
30 lines
429 B
SCSS
30 lines
429 B
SCSS
.systray button:not(:first-child) {
|
|
margin-left: 0.75rem;
|
|
}
|
|
|
|
.systray-menu {
|
|
background: $crust;
|
|
}
|
|
|
|
.systray-menu label {
|
|
font-weight: bold;
|
|
color: $text;
|
|
}
|
|
|
|
.systray-menu separator {
|
|
background-color: $surface1;
|
|
}
|
|
|
|
.systray-menu check:not(:checked) {
|
|
background-color: $surface0;
|
|
border: 1px solid $lavender;
|
|
}
|
|
|
|
.systray-menu check:checked {
|
|
background-color: $lavender;
|
|
}
|
|
|
|
.systray-icon {
|
|
font-size: 1.3em;
|
|
}
|