aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/home.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-04-16 18:01:38 +0800
committercrupest <crupest@outlook.com>2021-04-16 18:01:48 +0800
commitb0cf464004142dce602fa882c8d638605be7e479 (patch)
tree5fbff51ad6d40c53dafc10779b643c4c27f3c472 /FrontEnd/src/app/views/home/home.sass
parent3fd4375920c7692082f6e8e91d763ec5c0a1d72a (diff)
downloadtimeline-b0cf464004142dce602fa882c8d638605be7e479.tar.gz
timeline-b0cf464004142dce602fa882c8d638605be7e479.tar.bz2
timeline-b0cf464004142dce602fa882c8d638605be7e479.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/home/home.sass')
-rw-r--r--FrontEnd/src/app/views/home/home.sass16
1 files changed, 8 insertions, 8 deletions
diff --git a/FrontEnd/src/app/views/home/home.sass b/FrontEnd/src/app/views/home/home.sass
index 56049994..b4cda586 100644
--- a/FrontEnd/src/app/views/home/home.sass
+++ b/FrontEnd/src/app/views/home/home.sass
@@ -1,23 +1,23 @@
-.home-v2-timeline-list-item
+.home-timeline-list-item
display: flex
align-items: center
-.home-v2-timeline-list-item-timeline
+.home-timeline-list-item-timeline
transition: background 0.8s
- animation: 0.8s home-v2-timeline-list-item-timeline-enter
+ animation: 0.8s home-timeline-list-item-timeline-enter
&:hover
background: $gray-200
-@keyframes home-v2-timeline-list-item-timeline-enter
+@keyframes home-timeline-list-item-timeline-enter
from
transform: translate(-100%,0)
opacity: 0
-.home-v2-timeline-list-item-line
+.home-timeline-list-item-line
width: 80px
flex-shrink: 0
-@keyframes home-v2-timeline-list-loading-head-animation
+@keyframes home-timeline-list-loading-head-animation
from
transform: translate(0,-30px)
opacity: 1
@@ -25,5 +25,5 @@
to
opacity: 0
-.home-v2-timeline-list-loading-head
- animation: 1s infinite home-v2-timeline-list-loading-head-animation
+.home-timeline-list-loading-head
+ animation: 1s infinite home-timeline-list-loading-head-animation