aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_closed.less
blob: e66f080129c1fd4906e4e2788865c6538710469c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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: ' – ';
		}
	}
}