From b5cc684bc010924847954c76d133e95347ff33ab Mon Sep 17 00:00:00 2001 From: Ike Date: Thu, 10 May 2018 01:33:28 +0200 Subject: JugendHackt Köln 2018: initial setup --- configs/conferences/jh-koeln-2018/main.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 configs/conferences/jh-koeln-2018/main.less (limited to 'configs/conferences/jh-koeln-2018/main.less') 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; +} -- cgit v1.2.3