8 lines
109 B
SCSS
8 lines
109 B
SCSS
@import "../colors";
|
|
|
|
.bar-notifications-label {
|
|
color: $lavender;
|
|
font-size: 1.3em;
|
|
min-width: 1em;
|
|
}
|