mirror of
https://github.com/discourse/discourse-header-submenus.git
synced 2025-03-06 17:59:25 +00:00
21 lines
246 B
SCSS
21 lines
246 B
SCSS
@import "common/foundation/variables";
|
|
|
|
.top-menu {
|
|
.wrap > a {
|
|
font-size: $font-0;
|
|
padding: 10px 8px;
|
|
}
|
|
}
|
|
|
|
.top-menu .wrap>a:first-of-type {
|
|
margin-left: -10px;
|
|
|
|
.rtl & {
|
|
margin-right: -10px;
|
|
}
|
|
}
|
|
|
|
.vdo {
|
|
display: none;
|
|
}
|