1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
@import "../colors.scss"; .footer { padding: 15px; .time-line { position: relative; background-color: $color-primary-0; .metric-selection { font-size: 0.8em; position: absolute; top: 5px; right: 10px; } } svg text { font-family: "Fira Code", monospace !important; fill: $color-primary-4 !important; } }