diff options
author | amzrk2 | 2020-07-29 17:00:21 +0800 |
---|---|---|
committer | amzrk2 | 2020-07-29 17:00:21 +0800 |
commit | 2ab30a541b96354274ae559cc8d19c2a1f6e7988 (patch) | |
tree | 20e2d3466845ea9111fba64496a9b23704f7ff25 /assets/scss/_fuji-style/_components.scss | |
parent | e8f48fa8007f1c01b5a1e11a6d2bcdeaf5c187c2 (diff) | |
download | hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.tar.gz hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.tar.bz2 hugo-theme-fuji-2ab30a541b96354274ae559cc8d19c2a1f6e7988.zip |
Update code format
Diffstat (limited to 'assets/scss/_fuji-style/_components.scss')
-rw-r--r-- | assets/scss/_fuji-style/_components.scss | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/assets/scss/_fuji-style/_components.scss b/assets/scss/_fuji-style/_components.scss index 429d869..fe2a8eb 100644 --- a/assets/scss/_fuji-style/_components.scss +++ b/assets/scss/_fuji-style/_components.scss @@ -1,35 +1,35 @@ .btn { - position: fixed; - right: 1.5rem; - bottom: 1.5rem; + position: fixed; + right: 1.5rem; + bottom: 1.5rem; + width: 2.5rem; + height: 5rem; + display: flex; + justify-content: space-between; + flex-direction: column; + + div { + flex: 0 1 auto; width: 2.5rem; - height: 5rem; + height: 2.5rem; display: flex; - justify-content: space-between; - flex-direction: column; - - div { - flex: 0 1 auto; - width: 2.5rem; - height: 2.5rem; - display: flex; - align-items: center; - justify-content: center; - cursor: pointer; + align-items: center; + justify-content: center; + cursor: pointer; - &:first-child { - border-radius: 0.25rem 0.25rem 0 0; - font-size: 1.25rem; - } + &:first-child { + border-radius: 0.25rem 0.25rem 0 0; + font-size: 1.25rem; + } - &:last-child { - border-radius: 0 0 0.25rem 0.25rem; - font-size: 1.3rem; - } + &:last-child { + border-radius: 0 0 0.25rem 0.25rem; + font-size: 1.3rem; } + } } #post-aplayer { - margin: 0 0.125rem 1.25rem 0.125rem; - font-family: inherit; + margin: 0 0.125rem 1.25rem 0.125rem; + font-family: inherit; } |