2019-05-30 18:52:14 +08:00

88 lines
1.3 KiB
Stylus

.site-nav {
border-top: none;
+tablet() {
display: none !important;
}
}
.site-nav-on {
+tablet() {
display: block !important;
}
}
.menu-item-active a {
background: #f9f9f9;
border-bottom-color: white;
badges = hexo-config('menu_settings.badges');
if not badges {
&:after {
content: " ";
position: absolute;
top: 50%;
margin-top: -3px;
right: 15px;
width: 6px;
height: 6px;
background-color: $grey;
circle();
}
}
}
.menu .menu-item {
show();
margin: 0;
a, span.exturl {
position: relative;
box-sizing: border-box;
padding: 5px 20px;
text-align: left;
line-height: inherit;
transition-property: background-color;
the-transition();
&:hover {
@extend .menu-item-active a;
}
disable-touch-hover();
}
.badge {
display: inline-block;
padding: 2px 5px;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: $grey-light;
border-radius: 10px;
float: right;
margin: 0.35em 0 0 0;
text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
}
br { display: none; }
}
.btn-bar {
background-color: white;
}
.site-nav-toggle {
left: 20px;
top: 50%;
transform: translateY(-50%);
+tablet() {
show();
}
}