diff options
author | Markus Otto | 2017-09-30 21:54:56 +0200 |
---|---|---|
committer | Markus Otto | 2017-09-30 21:54:56 +0200 |
commit | 5e09bf393b03fc62c9a2af1b642229885467b41d (patch) | |
tree | 3aa8a4f1acd0d148e76fb3d2badcef9ca946a885 /configs/conferences/jh-ulm/main.less | |
parent | f535f660a7dbb3d569e661ab6a203c6bf5ed7b6f (diff) |
Jugend hackt Ulm 2017
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/jh-ulm/main.less | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/conferences/jh-ulm/main.less b/configs/conferences/jh-ulm/main.less new file mode 100644 index 0000000..0c4cb24 --- /dev/null +++ b/configs/conferences/jh-ulm/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; +} |