diff options
author | Daniel Molkentin | 2019-11-07 23:33:09 +0100 |
---|---|---|
committer | Daniel Molkentin | 2019-11-07 23:33:55 +0100 |
commit | d30aa1a23e7c0b1edc79d6dc57a10184d9702f2b (patch) | |
tree | e969bc05f63be3eb715d94aed67d2d96c05d5aa9 /configs/conferences/q4/main.less | |
parent | 1a49bb8ff2545906280d8cf015388bf0deb64ee5 (diff) |
Add q4 point
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/q4/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/q4/main.less b/configs/conferences/q4/main.less new file mode 100644 index 0000000..e198cb2 --- /dev/null +++ b/configs/conferences/q4/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; +} |