From b0cf464004142dce602fa882c8d638605be7e479 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 16 Apr 2021 18:01:38 +0800 Subject: ... --- FrontEnd/src/app/views/home/home.sass | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'FrontEnd/src/app/views/home/home.sass') 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 -- cgit v1.2.3