summaryrefslogtreecommitdiff
path: root/themes/LoveIt/assets/css/_partial/_fixed-button.scss
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2021-02-18 22:21:36 +0100
committerChristoph Cullmann <cullmann@kde.org>2021-02-18 22:21:36 +0100
commit0c7cb4486a89ec6fe9680e6569ef41d4b82d557d (patch)
tree081941052bcab0caf69487b6bf5ab2df5deb3b7b /themes/LoveIt/assets/css/_partial/_fixed-button.scss
parent640572ecab69291d2c266de2011b795a861e7c21 (diff)
use maintained theme
Diffstat (limited to 'themes/LoveIt/assets/css/_partial/_fixed-button.scss')
-rw-r--r--themes/LoveIt/assets/css/_partial/_fixed-button.scss46
1 files changed, 0 insertions, 46 deletions
diff --git a/themes/LoveIt/assets/css/_partial/_fixed-button.scss b/themes/LoveIt/assets/css/_partial/_fixed-button.scss
deleted file mode 100644
index eaad26e..0000000
--- a/themes/LoveIt/assets/css/_partial/_fixed-button.scss
+++ /dev/null
@@ -1,46 +0,0 @@
-#fixed-buttons {
- display: none;
-}
-
-.fixed-button {
- display: none;
- z-index: 100;
- position: fixed;
- right: 1.5rem;
- font-size: 1rem;
- line-height: 1.3rem;
- padding: .6rem .6rem;
- color: $global-font-secondary-color;
- background: $header-background-color;
- @include border-radius(2rem);
- @include transition(color 0.4s ease);
-
- @include blur;
-
- &:hover, &:active {
- color: $global-font-color;
- cursor: pointer;
- }
-
- &:active, &:focus, &:hover {
- outline: none;
- }
-
- [theme=dark] & {
- color: $global-font-secondary-color-dark;
- background: $header-background-color-dark;
-
- &:hover, &:active {
- color: $global-font-color-dark;
- }
- }
-}
-
-#back-to-top {
- display: block;
- bottom: 1.5rem;
-}
-
-#view-comments {
- bottom: 4.5rem;
-}