aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/home.sass
blob: 0c01019be5f3e4b838547347b7eb78ef99b5f440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.timeline-board
  @extend .cru-card
  @extend .d-flex
  @extend .flex-column
  @extend .py-3
  min-height: 200px

.timeline-board-item
  font-size: 1.1em
  @extend .px-3
  @extend .py-2
  transition: background 0.3s
  .icon
    height: 1.3em
    color: black
    @extend .mr-2
  &:hover
    background: $gray-300