blob: 0edbc61fe2b65d004cbe6f4114cce8579f6c4b0e (
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.jhsued {
width: 800px;
position: absolute;
bottom: 40px;
left: 10px;
z-index: -100;
}
|