aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/jh-koeln-2018/main.less
diff options
context:
space:
mode:
authorIke2018-05-10 01:33:28 +0200
committerIke2018-05-10 01:35:22 +0200
commitb5cc684bc010924847954c76d133e95347ff33ab (patch)
treef6cd65ba340239b4846f9ef304c77cc7219fff9c /configs/conferences/jh-koeln-2018/main.less
parentc2f9b8fe274a4e01b86c1f7c630b8ab327246504 (diff)
JugendHackt Köln 2018: initial setup
Diffstat (limited to '')
-rw-r--r--configs/conferences/jh-koeln-2018/main.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/jh-koeln-2018/main.less b/configs/conferences/jh-koeln-2018/main.less
new file mode 100644
index 0000000..3ff9d35
--- /dev/null
+++ b/configs/conferences/jh-koeln-2018/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;
+}