aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/KLPK21/main.less
blob: 46a873e8fca430478338627e78fc3939d724eb63 (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
@import "../../../assets/css/_structure.less";
@brand-primary:         #ff3e00;

nav .navbar-brand .icon {
	background-image: url("luftbruecke_logo.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 27px;
	width: 27px;
}

.banner .logo {
  background-image: url("luftbruecke_logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ff3e00;

  padding-left: 320px;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  min-height: 64px;
  max-height: 72px;
  max-width: 1170px;

  line-height: 64px;

  /* height: 72px; */
/*  float: left; */
}