mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 22:50:46 +02:00
985f0a97bc
block loading project while importing GitOrigin-RevId: b96589e5cae9faf269abefd4ea732992a350e68c
21 lines
554 B
Plaintext
21 lines
554 B
Plaintext
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 .
|