2018-06-24 02:55:11 -04:00
|
|
|
@import "common/foundation/variables";
|
|
|
|
|
2018-12-08 00:17:52 -05:00
|
|
|
.d-header {
|
|
|
|
&.hide-menus {
|
|
|
|
.headerLink:not(.keep) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2019-05-04 10:14:27 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-header-links {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
margin: 0;
|
|
|
|
.headerLink {
|
|
|
|
list-style: none;
|
|
|
|
a {
|
|
|
|
padding: 6px 10px;
|
|
|
|
color: $header_primary;
|
|
|
|
font-size: $font-up-1;
|
|
|
|
}
|
2018-06-24 02:55:11 -04:00
|
|
|
}
|
|
|
|
}
|
2019-05-04 10:14:27 -04:00
|
|
|
|
2018-06-24 02:55:11 -04:00
|
|
|
.desktop-view .vmo,
|
|
|
|
.mobile-view .vdo {
|
2018-12-08 00:17:52 -05:00
|
|
|
display: none !important;
|
2018-06-24 02:55:11 -04:00
|
|
|
}
|