27 lines
387 B
SCSS
Raw Normal View History

2018-06-24 14:55:11 +08:00
@import "common/foundation/variables";
.headerLink {
2018-12-08 13:17:52 +08:00
list-style: none;
a {
padding: 6px 10px;
color: $primary;
font-size: $font-up-1;
}
2018-06-24 14:55:11 +08:00
}
2018-12-08 13:17:52 +08:00
.d-header {
&.hide-menus {
.headerLink:not(.keep) {
display: none;
}
}
.header-buttons {
2018-06-24 14:55:11 +08:00
display: flex;
align-items: center;
}
}
.desktop-view .vmo,
.mobile-view .vdo {
2018-12-08 13:17:52 +08:00
display: none !important;
2018-06-24 14:55:11 +08:00
}