13 lines
322 B
SCSS
13 lines
322 B
SCSS
@import "../colors";
|
|
|
|
.bar-notifications-label {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-notifications-icon);
|
|
font-size: 1.3em;
|
|
min-width: 1em;
|
|
}
|
|
|
|
.bar-notifications-total {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-text, $bar-buttons-notifications-total);
|
|
margin-left: 0.4em;
|
|
}
|