Add Overleaf header logo

This commit is contained in:
James Allen 2017-08-08 08:26:26 +02:00
parent b4029359bc
commit f9690f9db0
4 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -386,7 +386,7 @@
bottom: 5px;
width: 180px;
padding: 0;
background-image: url('/img/brand/logo-horizontal.svg');
background-image: @navbar-brand-image-url;
background-size: contain;
background-repeat: no-repeat;
background-position: left center;

View file

@ -28,6 +28,8 @@
@brand-warning: @orange;
@brand-danger: #E03A06;
@navbar-brand-image-url: url(/img/ol-brand/logo-horizontal.png);
@editor-loading-logo-padding-top: 115.44%;
@editor-loading-logo-background-url: url(/img/ol-brand/overleaf-o-grey.svg);
@editor-loading-logo-foreground-url: url(/img/ol-brand/overleaf-o.svg);

View file

@ -25,6 +25,8 @@
@brand-warning: @orange;
@brand-danger: #E03A06;
@navbar-brand-image-url: url(/img/brand/logo-horizontal.svg);
@editor-loading-logo-padding-top: 86.2%;
@editor-loading-logo-background-url: url(/img/brand/lion-grey.svg);
@editor-loading-logo-foreground-url: url(/img/brand/lion.svg);