6 lines
132 B
SCSS
6 lines
132 B
SCSS
.menuLabel {
|
|
color: var(--text-tertiary);
|
|
padding: $unit * 1.5 $unit * 1.5;
|
|
font-size: $font-small;
|
|
font-weight: $medium;
|
|
}
|