benivo-ui-library
Version:
Benivo UI library
30 lines (27 loc) • 674 B
text/less
.bnvLogo {
height: @header-height;
max-width: 185px;
padding: 15px 25px 15px 0;
position: relative;
pointer-events: unset ;
transition: none;
@media @lg-max {
flex: 1;
}
a {
display: block;
height: 100%;
background-image: @bnv-logo-dark;
background-position: left center;
background-repeat: no-repeat;
background-size: auto;
text-decoration: none;
pointer-events: unset ;
white-space: nowrap;
transition: none;
&:hover,
&:focus {
text-decoration: none;
}
}
}