aboutsummaryrefslogtreecommitdiff
path: root/themes/even/src/css/_partial/_back-to-top.scss
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-24 03:20:47 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-24 03:20:47 +0000
commitf24f2d15275961f1c0144e68fde75a60aeaaa165 (patch)
tree38be1626f3ade436fbd17eadb2753fa2f0effb37 /themes/even/src/css/_partial/_back-to-top.scss
parentbf04383b34c4a4fdfe239de2805a30a051921002 (diff)
downloadcapotej.com-f24f2d15275961f1c0144e68fde75a60aeaaa165.tar.gz
move to bear theme
Diffstat (limited to '')
-rw-r--r--themes/even/src/css/_partial/_back-to-top.scss24
1 files changed, 0 insertions, 24 deletions
diff --git a/themes/even/src/css/_partial/_back-to-top.scss b/themes/even/src/css/_partial/_back-to-top.scss
deleted file mode 100644
index ee67aa2..0000000
--- a/themes/even/src/css/_partial/_back-to-top.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-// ==============================
-// Back to top
-// =============================
-
-.back-to-top {
- display: none;
- position: fixed;
- right: 20px;
- bottom: 20px;
- transition-property: transform;
- transition-timing-function: ease-out;
- transition-duration: 0.3s;
- z-index: 10;
-
- &:hover {
- transform: translateY(-5px);
- }
-}
-
-@include max-screen() {
- .back-to-top {
- display: none !important;
- }
-} \ No newline at end of file