aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/hotosm2019/main.less
blob: c8c44413675eb9d9647b8876cea4be077e17ce8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import "../../../assets/css/_structure.less";

.logo {
	background-image: url(logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 120px;
	margin: 20px 0 0 0;
}

body.overview .panel-body {
	text-align: center;
}

body.overview .room .preview {
	float: none;
}

.panel-heading {
	display: block;
}