aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_closed.less
blob: ff55b75486bcf0fc704274898ecad970ba4d8525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
body.closed,
body.allclosed,
body.not-started {
	p {
		margin-top: 50px;
	}
	h1, h2, p {
		text-align: center;
	}

	.countdown {
		display: block;
		text-align: center;

		color: @gray-light;
		font-size: @font-size-h3;

		&::before,
		&::after {
			content: ' – ';
		}
	}
}