aboutsummaryrefslogtreecommitdiff
path: root/assets/css/_room.less
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/_room.less')
-rw-r--r--assets/css/_room.less27
1 files changed, 19 insertions, 8 deletions
diff --git a/assets/css/_room.less b/assets/css/_room.less
index 911b4e3..91e71c0 100644
--- a/assets/css/_room.less
+++ b/assets/css/_room.less
@@ -3,6 +3,9 @@
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
+}
+
+.player-wrap.tab-content {
padding: 40px 0;
}
@@ -25,17 +28,25 @@
margin: 0 auto;
}
-.functions-wrap {
- h3 { margin-top: 0; }
-
+.functions-wrap #switcher {
.row {
- margin-bottom: 36px;
- &:last-child {
- margin-bottom: 0;
- }
+ margin-bottom: @padding-large-vertical;
}
.btn-group {
- margin-bottom: @padding-base-horizontal;
+ margin-bottom: @padding-base-vertical;
+ }
+}
+
+.functions-wrap .chat {
+ text-align: center;
+ overflow: hidden;
+
+ > div {
+ margin: 25px;
+
+ > a {
+ font-size: @jumbo-font-size;
+ }
}
}