diff options
author | David Runge | 2018-06-03 21:39:09 +0200 |
---|---|---|
committer | David Runge | 2018-06-03 21:39:09 +0200 |
commit | 77961b7bc7b026a8f8fd50eb77ea6ce6732144c5 (patch) | |
tree | 7e45ace9b94c8b93663a9aaf12583ecd7612f979 /configs/conferences/lac2018/main.less | |
parent | 137812ecdc782ea27980870671366f4bc4cd4e4e (diff) |
configs/conferences/lac2018/*: Adding lac2018 settings (pretty much a copy of minilac2016).
Diffstat (limited to 'configs/conferences/lac2018/main.less')
-rw-r--r-- | configs/conferences/lac2018/main.less | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/configs/conferences/lac2018/main.less b/configs/conferences/lac2018/main.less new file mode 100644 index 0000000..ce36fa9 --- /dev/null +++ b/configs/conferences/lac2018/main.less @@ -0,0 +1,18 @@ +@import "../../../assets/css/_structure.less"; + +// conference specific styles here + +@brand-primary: #aaa; + +img.lactux { + width: 160px; + position: absolute; + bottom: 40px; + left: 10px; + opacity: 0.4; + z-index: -100; + + &:hover { + opacity: 1; + } +} |