Implement styling options for all the bar components (not menus) through options variables.
This commit is contained in:
7
scss/style/bar/notifications.scss
Normal file
7
scss/style/bar/notifications.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "../colors";
|
||||
|
||||
.bar-notifications-label {
|
||||
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-notifications-icon);
|
||||
font-size: 1.3em;
|
||||
min-width: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user