diff options
author | DSRKafuU | 2020-06-04 07:21:13 -0500 |
---|---|---|
committer | GitHub | 2020-06-04 07:21:13 -0500 |
commit | 73244a2e55dffa158027126346eefd5bafa5fea8 (patch) | |
tree | c98ee9fbdb6f474579aa769a2a4b0b4c98fd21f1 /assets/sass/modules/_content.scss | |
parent | aa5290aeef9df1c583fdf30290351968df9215dc (diff) | |
parent | 914bf54c493b299268c293be33a8babf99b1cce2 (diff) | |
download | hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.tar.gz hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.tar.bz2 hugo-theme-fuji-73244a2e55dffa158027126346eefd5bafa5fea8.zip |
Merge pull request #24 from amzrk2/dev
v2 pre-release
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 |