aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/minilac16/main.less
blob: 5df5802a84d8826ffe728701525e27bb17975137 (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.pingu {
	width: 160px;
	position: absolute;
	bottom: 40px;
	left: 10px;
	opacity: 0.4;
	z-index: -100;

	&:hover {
		opacity: 1;
	}
}