aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/occon18/main.less
blob: add656170e121b0a150ca2df46d4e3e2aa79ec0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import "../../../assets/css/_structure.less";

body {                  
        background: url(bg.jpg) no-repeat top left;
        background-attachment: fixed;
        background-position: 0px 50px;
}

.logo {
	background: url('logo.svg') no-repeat center;
	height: 170px;
	position: absolute;
	bottom: 30px + 25px;
	z-index: -100;

	left: 0;
	right: 0;
}

@text-color: white;