diff options
Diffstat (limited to 'FrontEnd/src/app/views/home-v2/home-v2.sass')
-rw-r--r-- | FrontEnd/src/app/views/home-v2/home-v2.sass | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/home-v2/home-v2.sass b/FrontEnd/src/app/views/home-v2/home-v2.sass index a3218f08..56049994 100644 --- a/FrontEnd/src/app/views/home-v2/home-v2.sass +++ b/FrontEnd/src/app/views/home-v2/home-v2.sass @@ -2,6 +2,17 @@ display: flex
align-items: center
+.home-v2-timeline-list-item-timeline
+ transition: background 0.8s
+ animation: 0.8s home-v2-timeline-list-item-timeline-enter
+ &:hover
+ background: $gray-200
+
+@keyframes home-v2-timeline-list-item-timeline-enter
+ from
+ transform: translate(-100%,0)
+ opacity: 0
+
.home-v2-timeline-list-item-line
width: 80px
flex-shrink: 0
|