aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home-v2/home-v2.sass
blob: a3218f08f6874a7826ee95c10070431907ec943d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.home-v2-timeline-list-item
  display: flex
  align-items: center

.home-v2-timeline-list-item-line
  width: 80px
  flex-shrink: 0

@keyframes home-v2-timeline-list-loading-head-animation
  from
    transform: translate(0,-30px)
    opacity: 1

  to
    opacity: 0

.home-v2-timeline-list-loading-head
  animation: 1s infinite home-v2-timeline-list-loading-head-animation