11 lines
233 B
CSS
11 lines
233 B
CSS
.side-nav__brand {
|
|
background: url('logo.svg') no-repeat left center !important;
|
|
margin-left: 10px;
|
|
height: 65px;
|
|
width: 150px;
|
|
background-size: contain !important;
|
|
}
|
|
.side-nav__brand span{
|
|
display: none;
|
|
}
|
|
|