aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/osc16/main.less
blob: 95e5a492b38dfa78611faafcbdaef391e91b09ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@import "../../../assets/css/_structure.less";

@green: #73ba25;

@brand-primary:  darken(@green, 20%);

@link-color:            #666;
@panel-primary-border:  white;

@text-color: #333;

body {
	background-color: @green;
}

footer {
	background-color: #333;

	color: white;
	a {
		color: white;
		&:hover {
			text-decoration: underline;
			color: white;
		}
	}
}

body {
	padding-bottom: 170px + 30px + 30px + 60px;
	position: relative;
}

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

	left: 0;
	right: 0;
}