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