* 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>
11 lines
342 B
SCSS
11 lines
342 B
SCSS
.bar-button-icon.notifications {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-notifications-icon);
|
|
font-size: 1.3em;
|
|
min-width: 1em;
|
|
}
|
|
|
|
.bar-button-label.notifications {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-notifications-total);
|
|
margin-left: $bar-buttons-notifications-spacing;
|
|
}
|