diff options
author | Ike | 2018-05-10 01:33:28 +0200 |
---|---|---|
committer | Ike | 2018-05-10 01:35:22 +0200 |
commit | b5cc684bc010924847954c76d133e95347ff33ab (patch) | |
tree | f6cd65ba340239b4846f9ef304c77cc7219fff9c /configs/conferences/jh-koeln-2018/main.less | |
parent | c2f9b8fe274a4e01b86c1f7c630b8ab327246504 (diff) |
JugendHackt Köln 2018: initial setup
Diffstat (limited to 'configs/conferences/jh-koeln-2018/main.less')
-rw-r--r-- | configs/conferences/jh-koeln-2018/main.less | 13 |
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; +} |