blob: d96caccd914ec4917c25b506e898cf5bdb31cc2a (
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
|
@import "../../../assets/css/_structure.less";
@navbar-default-link-color: #fff;
@navbar-default-bg: #000;
.logo {
background-image: url(sonoj_banner.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
height: 228px;
margin: 20px 0 0 0;
}
.navbar-brand {
height: 60px !important;
line-height: 38px !important;
}
.navbar-brand .icon {
height: 38px !important;
width: 41px !important;
background-image: url('logo.png') !important;
background-size: 41px 38px !important;
}
|