aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/home/home.scss
blob: 8e40e59753b09386214fd3c8b52b0e3a5f57dbc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.timeline-item-icon {
  width: 1em;
  height: 1em;
}

.timeline-item {
  font-size: 1.1em;
  @extend .my-2;
  .icon {
    height: 1.3em;
    @extend .mr-2;
  }
}

.timeline-board {
  @extend .cru-card;
  @extend .d-flex;
  @extend .flex-column;
  @extend .p-3;
  min-height: 200px;
}