blob: 3ff9d35d00974fb00742e406b3c3b2fd39f9935e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@import "../../../assets/css/_structure.less";
// conference specific styles here
@brand-primary: #aaa;
img.jhkoeln {
width: 400px;
position: absolute;
bottom: 30px;
left: 10px;
z-index: -100;
}
|