diff options
author | thomic | 2016-06-10 22:52:46 +0200 |
---|---|---|
committer | thomic | 2016-06-10 22:52:46 +0200 |
commit | 1a3a6634f9490c16e0ca706f85143638771fe730 (patch) | |
tree | 1f23c07566eda7cf3cd3afd2fc38d74c8fa4127a /configs/conferences/jh-sued-2016/main.less | |
parent | 7a98ce1ce5be6684bfadb6abbb0454cc33811bcf (diff) |
Jugend hackt Süd 2016 - Streamingwebseite
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/jh-sued-2016/main.less | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/conferences/jh-sued-2016/main.less b/configs/conferences/jh-sued-2016/main.less new file mode 100644 index 0000000..0edbc61 --- /dev/null +++ b/configs/conferences/jh-sued-2016/main.less @@ -0,0 +1,13 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.jhsued { + width: 800px; + position: absolute; + bottom: 40px; + left: 10px; + z-index: -100; +} |