diff options
author | MaZderMind | 2016-03-25 13:41:22 +0100 |
---|---|---|
committer | MaZderMind | 2016-03-25 13:41:22 +0100 |
commit | 7d68de43c7accf8f8e4df4bc031d275d8ca3522d (patch) | |
tree | 5d6ee4a42092a2d816d1c53b2720c43593b1a7b4 /configs/conferences/minilac16/main.less | |
parent | 96b8e475f0c7e63de9588225b71a43dda5dd40a7 (diff) |
minilac16 config & style
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/minilac16/main.less | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/conferences/minilac16/main.less b/configs/conferences/minilac16/main.less new file mode 100644 index 0000000..5df5802 --- /dev/null +++ b/configs/conferences/minilac16/main.less @@ -0,0 +1,18 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.pingu { + width: 160px; + position: absolute; + bottom: 40px; + left: 10px; + opacity: 0.4; + z-index: -100; + + &:hover { + opacity: 1; + } +} |