aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/eh17/main.less
blob: a2fd1024d81cd375237b3cfe69258c58e30766ee (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
44
45
46
47
48
@import "../../../assets/css/_structure.less";

@orange: #D28A0D;
@grey-lighter: #333333;
@grey-darker: #2a2a2a;
@grey-light: #c1c1c1;


@brand-primary: @orange;


@well-bg: @grey-lighter;

@navbar-default-bg: @grey-darker;

@btn-default-bg: @grey-light;


@panel-default-heading-bg: @grey-darker;
@panel-default-text: @orange;

@panel-bg: @grey-lighter;


body {
	background-color: @grey-darker;
	color: @grey-light;
}

.overview .panel-title {
	font-weight: bold;
}


.bunny {
	background-image: url(bunny.svg);

	position: absolute;
	right: 30px;
	bottom: 0;

	width: 218px;
	height: 400px;

	@media (max-width: @screen-sm-min) {
		display: none;
	}
}