aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-ffm-2019/main.less
diff options
context:
space:
mode:
authorSophie Schiller2019-09-27 21:08:19 +0200
committerSophie Schiller2019-09-27 21:08:19 +0200
commitfb80567115347355e5d9c2bc83075dff8ebdb8c8 (patch)
tree90ec4807fda7965ffb43b16060d8e08782d17c10 /configs/conferences/jh-ffm-2019/main.less
parentc2fd24f4f5fb62167ad50df63a66680d89c8ab3a (diff)
jh-ffm-2019 simple website
Diffstat (limited to '')
-rw-r--r--configs/conferences/jh-ffm-2019/main.less17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/jh-ffm-2019/main.less b/configs/conferences/jh-ffm-2019/main.less
new file mode 100644
index 0000000..4d9d2fb
--- /dev/null
+++ b/configs/conferences/jh-ffm-2019/main.less
@@ -0,0 +1,17 @@
+@import "../../../assets/css/_structure.less";
+
+// conference specific styles here
+
+@brand-primary: #aaa;
+
+img.jhhh {
+ width: 400px;
+ position: absolute;
+ bottom: 30px;
+ left: 10px;
+ z-index: -100;
+}
+
+img.iconjh {
+ margin-top: 10px;
+}