aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/mrmcd16/main.less
blob: 3206725f2b95559f5713ec0a3da2029a65a35ad4 (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:         #fff;

body {
    background-color: black;
}


img.MRMCD16 {
	width: 400px;
	position: absolute;
	bottom: 30px;
	left: 10px;
	z-index: -100;
}