blob: c2373dae3a90c112d510502be3af606b101a1eb6 (
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.jhnord {
width: 400px;
position: absolute;
bottom: 20px;
left: 10px;
z-index: -100;
}
|