diff options
author | Sophie Schiller | 2019-09-27 21:08:19 +0200 |
---|---|---|
committer | Sophie Schiller | 2019-09-27 21:08:19 +0200 |
commit | fb80567115347355e5d9c2bc83075dff8ebdb8c8 (patch) | |
tree | 90ec4807fda7965ffb43b16060d8e08782d17c10 /configs/conferences/jh-ffm-2019/main.less | |
parent | c2fd24f4f5fb62167ad50df63a66680d89c8ab3a (diff) |
jh-ffm-2019 simple website
Diffstat (limited to 'configs/conferences/jh-ffm-2019/main.less')
-rw-r--r-- | configs/conferences/jh-ffm-2019/main.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/jh-ffm-2019/main.less b/configs/conferences/jh-ffm-2019/main.less new file mode 100644 index 0000000..4d9d2fb --- /dev/null +++ b/configs/conferences/jh-ffm-2019/main.less @@ -0,0 +1,17 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.jhhh { + width: 400px; + position: absolute; + bottom: 30px; + left: 10px; + z-index: -100; +} + +img.iconjh { + margin-top: 10px; +} |