* 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>
21 lines
530 B
SCSS
21 lines
530 B
SCSS
.bar-button-icon.bluetooth {
|
|
font-size: 1.15em;
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-bluetooth-icon);
|
|
}
|
|
|
|
.bar-button-label.bluetooth {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-bluetooth-text);
|
|
margin-left: $bar-buttons-bluetooth-spacing;
|
|
}
|
|
|
|
.bluetooth-disabled-menu {
|
|
font-weight: bold;
|
|
font-size: 1.1rem;
|
|
color: $surface2;
|
|
margin: 6rem 0rem;
|
|
}
|
|
|
|
.menu-button-isactive {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-bluetooth-text);
|
|
}
|