aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/home.sass
blob: 7694b50cf9446dcd5d90e9aea8c962d2a12a9b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.timeline-board
  @extend .cru-card
  @extend .d-flex
  @extend .flex-column
  @extend .py-3
  min-height: 200px

.timeline-board-header
  @extend .px-3
  display: flex
  align-items: center
  justify-content: space-between

.timeline-board-item
  font-size: 1.1em
  @extend .px-3
  @extend .py-2
  transition: background 0.3s
  display: flex
  align-items: center
  justify-content: space-between
  .icon
    height: 1.3em
    color: black
    @extend .mr-2
  &:hover
    background: $gray-300