mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Set new logo defaults, increase width and remove responsive portion (no need with SVG).
This commit is contained in:
parent
32b0fe916f
commit
1bf1718f31
1 changed files with 2 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue