10 lines
108 B
SCSS
10 lines
108 B
SCSS
|
@import "colors";
|
||
|
|
||
|
.menu-component-header {
|
||
|
font-size: 12px;
|
||
|
|
||
|
a {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
}
|