streaming-website/assets/css/_closed.less

30 lines
353 B
Text
Raw Normal View History

body.closed,
body.allclosed,
body.not-started {
p {
margin-top: 50px;
}
h1, h2, p {
text-align: center;
}
2015-04-30 11:07:38 +00:00
.well {
text-align: center;
padding: 25px 5px;
margin-top: 25px;
}
2015-04-30 11:07:38 +00:00
.countdown {
display: block;
text-align: center;
color: @gray-light;
font-size: @font-size-h3;
&::before,
&::after {
content: ' ';
}
}
}