Files
hexo-theme-shoka/source/css/_common/components/post/post.styl
2020-09-02 21:28:24 +08:00

47 lines
746 B
Stylus

.post.block {
border-radius: $border-radius-inner;
padding: 1rem 2rem;
}
.md {
font-family: $font-family-posts;
word-wrap();
+desktop-large() {
font-size: $font-size-large;
}
.exturl .ic {
font-size: $font-size-small;
margin-left: .25rem;
}
.image-caption,
.figure .caption {
color: var(--grey-5);
font-size: $font-size-small;
font-weight: bold;
line-height: 1;
margin: -1.25rem auto .9375rem;
text-align: center;
}
.button {
margin-top: 2.5rem;
text-align: center;
}
}
@import 'breadcrumb';
@import 'header';
@import 'nav';
@import 'gallery';
@import 'expand';
@import 'rtl';
@import 'footer';
@import 'tags';
@import 'widgets';
@import 'reward';
@import 'copyright';