* 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>
10 lines
288 B
SCSS
10 lines
288 B
SCSS
.bar-button-icon.volume {
|
|
font-size: 1.3em;
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-volume-icon);
|
|
}
|
|
|
|
.bar-button-label.volume {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-volume-text);
|
|
margin-left: $bar-buttons-volume-spacing;
|
|
}
|