hugo-theme-next/assets/css/_schemes/Pisces/index.scss

31 lines
474 B
SCSS
Raw Permalink Normal View History

@import '_layout';
@import '_header';
@import '_menu';
@import '_sub-menu';
@import '_sidebar';
.main-inner {
background: var(--content-bg-color);
box-shadow: $box-shadow-inner;
padding: $content-desktop-padding;
@include tablet-mobile() {
padding: 20px;
}
}
// Sub-menu(s).
.sub-menu {
border-bottom: 1px solid $table-border-color;
}
.post-block:first-of-type {
padding-top: 40px;
}
.pagination {
@include mobile() {
margin-bottom: 10px;
}
}