diff options
author | thomic | 2016-06-11 09:06:02 +0200 |
---|---|---|
committer | thomic | 2016-06-11 09:06:02 +0200 |
commit | 5a52afb0b28441cf1fb489a8ff36fb309e74bf33 (patch) | |
tree | f7d31b980e9016e6aba870507125ea3aeb942bfa /configs/conferences/jh-nord-2016/main.less | |
parent | c52551254059f3e1f9847dbbf917520474ab8616 (diff) |
Added jh-nord-2016 as conference
Diffstat (limited to 'configs/conferences/jh-nord-2016/main.less')
-rw-r--r-- | configs/conferences/jh-nord-2016/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/jh-nord-2016/main.less b/configs/conferences/jh-nord-2016/main.less new file mode 100644 index 0000000..c2373da --- /dev/null +++ b/configs/conferences/jh-nord-2016/main.less @@ -0,0 +1,13 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.jhnord { + width: 400px; + position: absolute; + bottom: 20px; + left: 10px; + z-index: -100; +} |