summaryrefslogtreecommitdiffstats
path: root/assets/sass/_sidebar.scss
diff options
context:
space:
mode:
authoramzrk22020-05-06 22:58:45 +0800
committeramzrk22020-05-06 22:58:45 +0800
commit30772e0dd8436062e325eda0f54e90f7e8696705 (patch)
tree2ed1000408743f555ec9a409d986af55b87237c6 /assets/sass/_sidebar.scss
parent41ef0bdcde0534402d430185052f4c553144487c (diff)
downloadhugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.tar.gz
hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.tar.bz2
hugo-theme-fuji-30772e0dd8436062e325eda0f54e90f7e8696705.zip
Sass structure full rebuild
Diffstat (limited to 'assets/sass/_sidebar.scss')
-rw-r--r--assets/sass/_sidebar.scss70
1 files changed, 0 insertions, 70 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss
deleted file mode 100644
index 9cadddf..0000000
--- a/assets/sass/_sidebar.scss
+++ /dev/null
@@ -1,70 +0,0 @@
-#sidebar {
- ul {
- list-style-type: none;
- }
-
- padding: 1.5em 1em 1.5em 1em;
-
- // different padding when screen size below width-md(768px)
- @media screen and (max-width: $width-md) {
- border-top: $spliter;
- padding: 1.5em 1.5em 1.5em 1.5em;
- }
-
- h5 {
- font-size: $font-size-l3;
- }
-
- @include link-secondary();
-
- #widget-toc,
- #widget-pages,
- #widget-tags,
- #widget-links {
-
- div,
- ul {
- margin: 0.5em 0em 0.5em 0em;
- }
- }
-
- #widget-bgm img {
- margin: 0.5em 0em 0.5em 0em;
- width: 100%;
- border-radius: 2px;
- filter: grayscale(50%);
-
- @media screen and (max-width: $width-md) {
- width: 50%;
- }
- }
-}
-
-#aplayer {
- font-family: inherit;
-}
-
-#scroll-top {
- cursor: pointer;
- position: fixed;
- width: 2.5em;
- height: 2.5em;
- right: 1em;
- bottom: 1em;
- color: $color-primary;
- background-color: $color-spliter;
- border-radius: 100%;
- line-height: 2.5em;
- text-align: center;
- vertical-align: middle;
- display: inline-block;
-
- &:hover {
- color: $color-secondary;
- }
-
- i {
- font-size: 1.5em;
- line-height: inherit;
- }
-} \ No newline at end of file