aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/hotosm2019/main.less
diff options
context:
space:
mode:
authorAndreas Hubel2019-09-19 22:03:01 +0200
committerAndreas Hubel2019-09-19 22:03:01 +0200
commit86c889a11cdc63092591554b98faed80b09b66ed (patch)
treeda46812eff93b0ab95a7b9a7d2dac230a3ae9e84 /configs/conferences/hotosm2019/main.less
parent30ccb5a411a42a46c8445127aa162b163f2b01fd (diff)
add hotosm2019
Diffstat (limited to '')
-rw-r--r--configs/conferences/hotosm2019/main.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/configs/conferences/hotosm2019/main.less b/configs/conferences/hotosm2019/main.less
new file mode 100644
index 0000000..c8c4441
--- /dev/null
+++ b/configs/conferences/hotosm2019/main.less
@@ -0,0 +1,22 @@
+@import "../../../assets/css/_structure.less";
+
+.logo {
+ background-image: url(logo.png);
+ 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