7 lines
78 B
SCSS
7 lines
78 B
SCSS
@import "../colors";
|
|
|
|
.bar-menu_label {
|
|
color: $teal;
|
|
font-size: 1.3em;
|
|
}
|