1.fks-timer {
2
3  .time {
4    font-weight: bold;
5  }
6
7  .text, .time {
8    &::before {
9      content: ' ';
10    }
11  }
12}
13