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/_component.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/_component.scss')
-rw-r--r-- | assets/sass/modules/_component.scss | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/assets/sass/modules/_component.scss b/assets/sass/modules/_component.scss deleted file mode 100644 index 9e64add..0000000 --- a/assets/sass/modules/_component.scss +++ /dev/null @@ -1,28 +0,0 @@ -#aplayer { - font-family: inherit; -} - -#scroll-top { - cursor: pointer; - position: fixed; - width: 2.5rem; - height: 2.5rem; - right: 1rem; - bottom: 1rem; - color: $color-primary; - background-color: $color-spliter; - border-radius: 100%; - line-height: 2.5rem; - text-align: center; - vertical-align: middle; - display: inline-block; - - &:hover { - color: $color-secondary; - } - - i { - font-size: 1.5rem; - line-height: inherit; - } -}
\ No newline at end of file |