aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/lac2018/main.less
blob: ce36fa9cedde7d883209c93493e263e104dfb245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
	}
}