19 lines
360 B
SCSS
19 lines
360 B
SCSS
@import "./effects";
|
|
@import "variables";
|
|
|
|
.vn-menu {
|
|
vn-item, .vn-item {
|
|
@extend %clickable;
|
|
}
|
|
|
|
vn-item.dropdown:after,
|
|
.vn-item.dropdown:after {
|
|
font-family: 'Material Icons';
|
|
content: 'keyboard_arrow_right';
|
|
position: absolute;
|
|
color: $color-spacer;
|
|
font-size: 1.5em;
|
|
right: 0
|
|
}
|
|
}
|