mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-07 16:33:51 +00:00
22 lines
477 B
CSS
22 lines
477 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');
|
|
|
|
.countdownClock {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 18vw;
|
|
margin-top: 6vh;
|
|
margin-bottom: 5vh;
|
|
text-align: center;
|
|
letter-spacing: 0.125em;
|
|
line-height: 0.9;
|
|
}
|
|
|
|
.countdownClockSmall {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: 6em;
|
|
text-align: center;
|
|
letter-spacing: 0.1em;
|
|
line-height: 0.9;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|