aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
blob: 911b4e3ee6f3b76a24ab224556db92a36c74a63a (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
31
32
33
34
35
36
37
38
39
40
41
.tab-content {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;

	padding: 40px 0;
}

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

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

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

.video-wrap {
	margin: 0 auto;
}

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

	.row {
		margin-bottom: 36px;
		&:last-child {
			margin-bottom: 0;
		}
	}

	.btn-group {
		margin-bottom: @padding-base-horizontal;
	}
}