mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
bb882c697c
Add "Skip to content" to improve accessibility GitOrigin-RevId: 43368a65057656bdea10b6be3c598d68bd8e2d40
20 lines
553 B
Text
20 lines
553 B
Text
extends ../layout
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSkipToContent = 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 .
|