diff options
author | Maximilian Richt | 2019-11-02 11:39:16 +0100 |
---|---|---|
committer | Maximilian Richt | 2019-11-02 11:39:16 +0100 |
commit | 65ab2eca6542e01fee70e302dadc90aa94685a55 (patch) | |
tree | c9aa9ef0ee0b496f8c7583cb94cc40e4ca6472da /configs/conferences/jh-ulm-2019/main.less | |
parent | 253f274caf6d3865ac8e596583c3ea01c8ffd2a6 (diff) |
jh-ulm-2019
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/jh-ulm-2019/main.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/jh-ulm-2019/main.less b/configs/conferences/jh-ulm-2019/main.less new file mode 100644 index 0000000..0c4cb24 --- /dev/null +++ b/configs/conferences/jh-ulm-2019/main.less @@ -0,0 +1,17 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.jhulm { + width: 400px; + position: absolute; + bottom: 30px; + left: 10px; + z-index: -100; +} + +img.iconjh { + margin-top: 10px; +} |