mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 13:31:54 +00:00
Fix loading indicator
This commit is contained in:
parent
4ab5451827
commit
b4029359bc
3 changed files with 3 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: @editor-loading-logo-background-url no-repeat bottom / 100%;
|
||||
background: @editor-loading-logo-foreground-url no-repeat bottom / 100%;
|
||||
transition: height .5s;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,5 +30,6 @@
|
|||
|
||||
@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);
|
||||
|
||||
@import "./_common-variables.less";
|
||||
|
|
|
@ -27,5 +27,6 @@
|
|||
|
||||
@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);
|
||||
|
||||
@import "_common-variables.less";
|
||||
|
|
Loading…
Reference in a new issue