mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
* Replace the black Overleaf logo to the green one * Move subscription, login, restricted, invite views to website-redesign layout * Remove the Storybook showcase of all the layouts --------- Co-authored-by: Antoine Clausse <antoine.clausse@overleaf.com> GitOrigin-RevId: b07581834921750c9c6de44f05beb0dd9eafba23
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
extends ../layout-website-redesign
|
|
include ../_mixins/material_symbol
|
|
|
|
block vars
|
|
- isWebsiteRedesign = true
|
|
|
|
block content
|
|
main.content#main-content
|
|
.container
|
|
.row
|
|
.col-md-8.offset-md-2.text-center
|
|
.page-header
|
|
h1 #{translate("restricted_no_permission")}
|
|
p
|
|
a.inline-material-symbols(href="/")
|
|
+material-symbol("arrow_left_alt")
|
|
| #{translate("take_me_home")}
|