mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
985f0a97bc
block loading project while importing GitOrigin-RevId: b96589e5cae9faf269abefd4ea732992a350e68c
20 lines
554 B
Text
20 lines
554 B
Text
extends ../layout
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSystemMessages = true
|
|
- metadata.robotsNoindexNofollow = true
|
|
|
|
block content
|
|
.editor(ng-controller="ImportingController").full-size
|
|
.loading-screen
|
|
.loading-screen-brand-container
|
|
.loading-screen-brand(
|
|
style="height: 20%;"
|
|
ng-style="{ 'height': state.load_progress + '%' }"
|
|
)
|
|
h3.loading-screen-label #{translate("importing")}
|
|
span.loading-screen-ellip .
|
|
span.loading-screen-ellip .
|
|
span.loading-screen-ellip .
|