blob: c291231978c1c2cd3bbc241fe33a9690e17251ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@import "../../../assets/css/_structure.less";
// conference specific styles here
.navbar-brand {
background-image: url('kclela.png');
background-repeat: no-repeat;
background-size: contain;
padding-left: 100px;
.icon {
display: none !important;
}
}
|