diff options
Diffstat (limited to 'assets/sass/modules/_content.scss')
-rw-r--r-- | assets/sass/modules/_content.scss | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/assets/sass/modules/_content.scss b/assets/sass/modules/_content.scss deleted file mode 100644 index 63cdc47..0000000 --- a/assets/sass/modules/_content.scss +++ /dev/null @@ -1,95 +0,0 @@ -#content { - padding: 0 1rem; - - // different padding when screen size below width-md(768px) - @media screen and (max-width: $width-md) { - padding: 0 1.5rem; - } -} - -article { - padding-top: 1.25rem; - padding-bottom: 1.5rem; -} - -.post { - padding: 1.25rem 0 1.5rem 0; -} - -.post+.post { - border-top: $spliter; -} - -.post-title { - font-size: $font-size-l1; -} - -.post-meta { - color: $color-mute; - padding: 0.5rem 0.1rem 1.25rem 0.1rem; - white-space: nowrap; - overflow-x: scroll; - - time, - span:not(:last-child) { - padding-right: 1rem; - } - - &::-webkit-scrollbar { - display: none; // WebKit - } - - scrollbar-width: none; // Firefox - -ms-overflow-style: none; // Microsoft -} - -.post-summary { - - h1, - h2, - h3, - h4, - h5, - h6 { - display: none; - } -} - -#post-aplayer { - font-family: inherit; - margin: 0 0.1rem 1.5rem 0.1rem; -} - -.license { - margin-bottom: 1.5rem; -} - -.post-loading { - border-top: $spliter; - margin: 0 0 1.5rem 0; - padding-top: 1.5rem; - text-align: center; - - i { - font-size: 1.5rem; - color: $color-primary; - } - - p { - margin: 0.5rem 0 0 0; - } -} - -.post-comment .utterances-frame { - border-top: $spliter; -} - -.post-comment #disqus_thread { - border-top: $spliter; -} - -.page-info { - padding: 1rem 0; - font-size: $font-size-l3; - border-bottom: $spliter; -}
\ No newline at end of file |