8 lines
175 B
SCSS
8 lines
175 B
SCSS
@import "../colors";
|
|
@import '../../variables';
|
|
|
|
.bar-menu_label {
|
|
color: if($bar-buttons-monochrome, $bar-buttons-icon, $bar-buttons-dashboard-icon);
|
|
font-size: 1.3em;
|
|
}
|