* 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>
9 lines
273 B
SCSS
9 lines
273 B
SCSS
.bar-button-label.network {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-network-text);
|
|
margin-left: $bar-buttons-network-spacing;
|
|
}
|
|
|
|
.bar-button-icon.network {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-network-icon);
|
|
}
|