mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 15:33:59 +00:00
26 lines
485 B
CSS
26 lines
485 B
CSS
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap'); */
|
|
|
|
/* Common */
|
|
.countdownClock,
|
|
.countdownClockSmall {
|
|
font-family: 'Open Sans', sans-serif;
|
|
line-height: 0.9;
|
|
}
|
|
|
|
/* 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;
|
|
color: #fffffa;
|
|
}
|