diff options
author | thomic | 2016-09-01 22:19:18 +0200 |
---|---|---|
committer | thomic | 2016-09-01 22:19:18 +0200 |
commit | c5a75b1953fcc251aac687407ab8b07944c09b6f (patch) | |
tree | ff287fa8331b77cf6eeaabfadf7c98310d0a524a /configs/conferences/mrmcd16/main.less | |
parent | c65ce95f4cf9dd5c4c8dc67645072d93bd0b4710 (diff) |
added mrmcd16 streaming-ws
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/mrmcd16/main.less | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/conferences/mrmcd16/main.less b/configs/conferences/mrmcd16/main.less new file mode 100644 index 0000000..3206725 --- /dev/null +++ b/configs/conferences/mrmcd16/main.less @@ -0,0 +1,18 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #fff; + +body { + background-color: black; +} + + +img.MRMCD16 { + width: 400px; + position: absolute; + bottom: 30px; + left: 10px; + z-index: -100; +} |