diff options
author | Peter Hasse | 2019-03-25 15:35:48 +0100 |
---|---|---|
committer | Peter Hasse | 2019-03-25 15:35:48 +0100 |
commit | 68e498748caa8e334e4b3a638861ca0a1089e414 (patch) | |
tree | 267a08a5f9e366b14d2437383b55c7ce77fcb9f0 /configs/conferences/nietheater/main.less | |
parent | 0fc6b50cb25a6138f0118e33be3794c6f5da8e37 (diff) |
added nietheater
Diffstat (limited to 'configs/conferences/nietheater/main.less')
-rw-r--r-- | configs/conferences/nietheater/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/nietheater/main.less b/configs/conferences/nietheater/main.less new file mode 100644 index 0000000..e198cb2 --- /dev/null +++ b/configs/conferences/nietheater/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; +} |