mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add Overleaf header logo
This commit is contained in:
parent
b4029359bc
commit
f9690f9db0
4 changed files with 5 additions and 1 deletions
BIN
services/web/public/img/ol-brand/logo-horizontal.png
Normal file
BIN
services/web/public/img/ol-brand/logo-horizontal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -386,7 +386,7 @@
|
||||||
bottom: 5px;
|
bottom: 5px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-image: url('/img/brand/logo-horizontal.svg');
|
background-image: @navbar-brand-image-url;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
@brand-warning: @orange;
|
@brand-warning: @orange;
|
||||||
@brand-danger: #E03A06;
|
@brand-danger: #E03A06;
|
||||||
|
|
||||||
|
@navbar-brand-image-url: url(/img/ol-brand/logo-horizontal.png);
|
||||||
|
|
||||||
@editor-loading-logo-padding-top: 115.44%;
|
@editor-loading-logo-padding-top: 115.44%;
|
||||||
@editor-loading-logo-background-url: url(/img/ol-brand/overleaf-o-grey.svg);
|
@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);
|
@editor-loading-logo-foreground-url: url(/img/ol-brand/overleaf-o.svg);
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
@brand-warning: @orange;
|
@brand-warning: @orange;
|
||||||
@brand-danger: #E03A06;
|
@brand-danger: #E03A06;
|
||||||
|
|
||||||
|
@navbar-brand-image-url: url(/img/brand/logo-horizontal.svg);
|
||||||
|
|
||||||
@editor-loading-logo-padding-top: 86.2%;
|
@editor-loading-logo-padding-top: 86.2%;
|
||||||
@editor-loading-logo-background-url: url(/img/brand/lion-grey.svg);
|
@editor-loading-logo-background-url: url(/img/brand/lion-grey.svg);
|
||||||
@editor-loading-logo-foreground-url: url(/img/brand/lion.svg);
|
@editor-loading-logo-foreground-url: url(/img/brand/lion.svg);
|
||||||
|
|
Loading…
Reference in a new issue