From 5657112dfb0e6eac2faa2ae1dc0978ed29030709 Mon Sep 17 00:00:00 2001 From: panda-z Date: Mon, 13 Apr 2020 21:18:35 +0800 Subject: chore(build): drop webpack and use Hugo Pipes (#130) --- src/css/_partial/_back-to-top.scss | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/css/_partial/_back-to-top.scss (limited to 'src/css/_partial/_back-to-top.scss') diff --git a/src/css/_partial/_back-to-top.scss b/src/css/_partial/_back-to-top.scss deleted file mode 100644 index ee67aa2..0000000 --- a/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 -- cgit v1.2.3