mirror of
https://github.com/voc/streaming-website
synced 2024-11-13 07:57:13 +00:00
29 lines
353 B
Text
29 lines
353 B
Text
body.closed,
|
||
body.allclosed,
|
||
body.not-started {
|
||
p {
|
||
margin-top: 50px;
|
||
}
|
||
h1, h2, p {
|
||
text-align: center;
|
||
}
|
||
|
||
.well {
|
||
text-align: center;
|
||
padding: 25px 5px;
|
||
margin-top: 25px;
|
||
}
|
||
|
||
.countdown {
|
||
display: block;
|
||
text-align: center;
|
||
|
||
color: @gray-light;
|
||
font-size: @font-size-h3;
|
||
|
||
&::before,
|
||
&::after {
|
||
content: ' – ';
|
||
}
|
||
}
|
||
}
|