Set new logo defaults, increase width and remove responsive portion (no need with SVG).

This commit is contained in:
Paulo Reis 2017-02-27 16:30:28 +00:00
parent 32b0fe916f
commit 1bf1718f31

View file

@ -384,24 +384,13 @@
position: absolute;
top: 5px;
bottom: 5px;
width: 135px;
width: 160px;
padding: 0;
background-image: url('/img/logo.png');
background-image: url('/img/brand/logo-horizontal.svg');
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and ( min--moz-device-pixel-ratio: 2),
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.navbar-brand {
background-image: url('/img/logo@2x.png');
}
}
.navbar-text {
color: @navbar-default-color;