9 lines
131 B
SCSS
9 lines
131 B
SCSS
@import "../colors";
|
|
|
|
.bar-notifications-label {
|
|
color: $yellow;
|
|
font-size: 1.3em;
|
|
min-width: 1em;
|
|
margin-right: 0.15em;
|
|
}
|