diff options
author | Daniel Molkentin | 2017-11-23 18:35:14 +0100 |
---|---|---|
committer | Daniel Molkentin | 2017-11-23 18:35:14 +0100 |
commit | 3c66a1c4937d081a6b5bd640d8cfc5064f111a41 (patch) | |
tree | 288d5ae219bfbe0ccda50fb05a1ba4f7aa211b98 /configs/conferences/jh-berlin-2017/main.less | |
parent | f269232fb181459df5ae18b512dad74b3d95da98 (diff) |
Add JH Berlin 2017, needs style fixes and deployment
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/jh-berlin-2017/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/jh-berlin-2017/main.less b/configs/conferences/jh-berlin-2017/main.less new file mode 100644 index 0000000..3ff9d35 --- /dev/null +++ b/configs/conferences/jh-berlin-2017/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; +} |