aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
blob: fdc6b6d8184ca05f3bf99c86f51baea7b898853d (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
30
.tab-content {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;

	padding: 40px 0;
}

.video.hd .tab-content {
	padding: 0;
}

@media (max-width: @screen-md-max) {
	.video.sd .tab-content {
		padding: 0;
	}
}

.player-wrap {
	margin-bottom: 60px;
	overflow: hidden;
}

.video-wrap {
	margin: 0 auto;
}

.functions-wrap {
	h3 { margin-top: 0; }
}