aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/vsh/main.less
diff options
context:
space:
mode:
authorMaximilian Richt2019-02-04 13:29:56 +0100
committerMaximilian Richt2019-02-04 13:31:07 +0100
commit07521b384c809517f7d517ed0ca37d1d0bd98361 (patch)
tree5e2591b1f1aefdfa2ed0e9b7c9b90f3329634db5 /configs/conferences/vsh/main.less
parente67a69676c58daad8d15f69debf4e1c5c814cb2c (diff)
vsh: add logo, don't collapse room title, center preview
Diffstat (limited to 'configs/conferences/vsh/main.less')
-rw-r--r--configs/conferences/vsh/main.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/conferences/vsh/main.less b/configs/conferences/vsh/main.less
new file mode 100644
index 0000000..03a6b61
--- /dev/null
+++ b/configs/conferences/vsh/main.less
@@ -0,0 +1,22 @@
+@import "../../../assets/css/_structure.less";
+
+.logo {
+ background-image: url(logo.svg);
+ 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;
+} \ No newline at end of file