diff options
author | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
---|---|---|
committer | Sophie Schiller | 2018-11-03 14:00:39 +0100 |
commit | 8902033279043e8c2a6e6e92e3630cfeaec89b5c (patch) | |
tree | 1ab9826bf5af47e5c969471ca8b9c8f983f58423 /configs/conferences/jh-berlin-2018/main.less | |
parent | 740c954b211efd525c82b3475359960981720e1a (diff) | |
parent | e43a34fae03af3c052d0876e5bf8b065aebefee0 (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to 'configs/conferences/jh-berlin-2018/main.less')
-rw-r--r-- | configs/conferences/jh-berlin-2018/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/jh-berlin-2018/main.less b/configs/conferences/jh-berlin-2018/main.less new file mode 100644 index 0000000..e198cb2 --- /dev/null +++ b/configs/conferences/jh-berlin-2018/main.less @@ -0,0 +1,13 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.jhberlin { + width: 400px; + position: absolute; + bottom: 30px; + left: 10px; + z-index: -100; +} |