aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-koeln-2019/main.less
diff options
context:
space:
mode:
authorIke2019-05-22 23:13:05 +0200
committerIke2019-05-22 23:13:05 +0200
commit630b1e5da47ca59d18b245aeb6bf8f7e4ac66865 (patch)
tree80a211a22e3552f5eee8d0db74e6cde1d26a2952 /configs/conferences/jh-koeln-2019/main.less
parent172e7d686840bebbb0bb4e89a30f87d717e0ae4d (diff)
jh-koeln-2019: Initial config
Diffstat (limited to '')
-rw-r--r--configs/conferences/jh-koeln-2019/main.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/jh-koeln-2019/main.less b/configs/conferences/jh-koeln-2019/main.less
new file mode 100644
index 0000000..3ff9d35
--- /dev/null
+++ b/configs/conferences/jh-koeln-2019/main.less
@@ -0,0 +1,13 @@
+@import "../../../assets/css/_structure.less";
+
+// conference specific styles here
+
+@brand-primary: #aaa;
+
+img.jhkoeln {
+ width: 400px;
+ position: absolute;
+ bottom: 30px;
+ left: 10px;
+ z-index: -100;
+}