mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
48 lines
675 B
Stylus
48 lines
675 B
Stylus
// Menu
|
|
// --------------------------------------------------
|
|
.site-nav {
|
|
flex-grow: 1;
|
|
|
|
+mobile() {
|
|
padding: 0 10px 0;
|
|
}
|
|
}
|
|
|
|
.main-menu {
|
|
+mobile() {
|
|
padding-top: 10px;
|
|
}
|
|
}
|
|
|
|
.menu {
|
|
padding: 0;
|
|
|
|
.menu-item {
|
|
margin: 0;
|
|
|
|
+mobile() {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
a {
|
|
border-radius: 2px;
|
|
padding: 0 10px;
|
|
transition-property: background;
|
|
|
|
+mobile() {
|
|
text-align: left;
|
|
menu-item-row();
|
|
}
|
|
}
|
|
|
|
.badge {
|
|
background: white;
|
|
border-radius: 10px;
|
|
color: $black-light;
|
|
margin-left: .35em;
|
|
padding: 1px 4px;
|
|
text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
|
|
}
|
|
}
|
|
}
|