mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 10:53:51 +00:00
9b5d536378
* refactor: cleanup project entry point * refactor: remove unused * refactor: folder restructure
30 lines
452 B
SCSS
30 lines
452 B
SCSS
@use '../../../theme/main' as *;
|
|
|
|
/* Common */
|
|
.countdownClock,
|
|
.countdownClockSmall {
|
|
font-family: 'Open Sans', sans-serif;
|
|
line-height: 0.9;
|
|
color: $text-white;
|
|
}
|
|
|
|
/* Viewers */
|
|
.countdownClock {
|
|
font-size: 21vw;
|
|
line-height: 21vw;
|
|
text-align: center;
|
|
letter-spacing: 1vw;
|
|
}
|
|
|
|
/* Editor */
|
|
.countdownClockSmall {
|
|
font-size: 4em;
|
|
text-align: center;
|
|
letter-spacing: 0.1em;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.negative {
|
|
color: $ontime-pink;
|
|
}
|