diff options
author | derpeter | 2016-10-16 10:24:31 +0200 |
---|---|---|
committer | derpeter | 2016-10-16 10:24:31 +0200 |
commit | 4586b89f7dd8ea64597b8b5383658940b47616e3 (patch) | |
tree | 243688da64efcd91aaadb8986900568270f6b682 /configs/conferences/jh16/main.less | |
parent | fd2636772244ff046422288d612f011ead4ff589 (diff) | |
parent | 699fbfbacf8cbcb18a8239f10970ead5c2ac6ff6 (diff) |
Merge branch 'master' of github.com:voc/streaming-website
Diffstat (limited to 'configs/conferences/jh16/main.less')
-rw-r--r-- | configs/conferences/jh16/main.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/jh16/main.less b/configs/conferences/jh16/main.less new file mode 100644 index 0000000..07a861a --- /dev/null +++ b/configs/conferences/jh16/main.less @@ -0,0 +1,17 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.jhnord { + width: 400px; + position: absolute; + bottom: 30px; + left: 10px; + z-index: -100; +} + +img.iconjh { + margin-top: 10px; +} |