aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Timeline.scss
blob: db8d9c841ecb60bb80e73485964e20035ce6a580 (plain) (blame)
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
@import "../colors";

.footer {
  padding: 15px;

  .time-line {
    position: relative;
    background-color: $color-primary-0;

    .metric-selection {
      font-size: 0.8em;
      position: absolute;
      top: 5px;
      right: 10px;
    }

    &.pulse-timeline {
      animation: pulse 2s infinite;
    }
  }

  svg text {
    font-family: "Fira Code", monospace !important;
    fill: $color-primary-4 !important;
  }
}