aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
blob: 91e71c04b9fc70c021d468aadc13c05064ccb9da (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
42
43
44
45
46
47
48
49
50
51
52
.tab-content {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;

}

.player-wrap.tab-content {
	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 #switcher {
	.row {
		margin-bottom: @padding-large-vertical;
	}

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

.functions-wrap .chat {
	text-align: center;
	overflow: hidden;

	> div {
		margin: 25px;

		> a {
			font-size: @jumbo-font-size;
		}
	}
}