mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
36 lines
418 B
Stylus
36 lines
418 B
Stylus
.site-brand-container {
|
|
background: $black-deep;
|
|
|
|
.site-nav-on & {
|
|
+tablet-mobile() {
|
|
box-shadow: 0 0 16px rgba(0, 0, 0, .5);
|
|
}
|
|
}
|
|
}
|
|
|
|
.site-meta {
|
|
padding: 20px 0;
|
|
}
|
|
|
|
.brand {
|
|
padding: 0;
|
|
}
|
|
|
|
.site-subtitle {
|
|
margin: 10px 10px 0;
|
|
}
|
|
|
|
.site-nav-toggle, .site-nav-right {
|
|
+tablet() {
|
|
flex-column();
|
|
}
|
|
|
|
.toggle {
|
|
color: white;
|
|
|
|
.toggle-line {
|
|
background: white;
|
|
}
|
|
}
|
|
}
|