mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
39 lines
606 B
Stylus
39 lines
606 B
Stylus
// Header Section
|
|
// --------------------------------------------------
|
|
.headband {
|
|
background: $headband-bg;
|
|
height: $headband-height;
|
|
|
|
+tablet-mobile() {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.header {
|
|
background: $head-bg;
|
|
}
|
|
|
|
.header-inner {
|
|
main-container();
|
|
}
|
|
|
|
.site-brand-container {
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.use-motion {
|
|
.header, .site-brand-container .toggle {
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
@import 'site-meta';
|
|
@import 'site-nav';
|
|
@import 'menu';
|
|
|
|
@import 'bookmark' if (hexo-config('bookmark.enable'));
|
|
|
|
@import 'github-banner' if (hexo-config('github_banner.enable'));
|