mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #25588 from overleaf/td-bs5-restricted-page
Migrate restricted page to BS5 GitOrigin-RevId: 7df26700b5e3b8fb08d061fd9e211bf09ca4e956
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
extends ../layout-marketing
|
||||
|
||||
block vars
|
||||
- bootstrap5PageStatus = 'disabled'
|
||||
|
||||
block content
|
||||
main.content#main-content
|
||||
.container
|
||||
.row
|
||||
.col-md-8.col-md-offset-2.text-center
|
||||
.col-md-8.offset-md-2.text-center
|
||||
.page-header
|
||||
h2 #{translate("restricted_no_permission")}
|
||||
p
|
||||
a(href="/")
|
||||
i.fa.fa-arrow-circle-o-left(aria-hidden="true")
|
||||
| #{translate("take_me_home")}
|
||||
span.inline-material-symbols
|
||||
a(href="/").material-symbols(aria-hidden="true") arrow_left_alt
|
||||
a(href="/") #{translate("take_me_home")}
|
||||
|
||||
@@ -78,3 +78,12 @@ hr {
|
||||
.row-spaced-extra-large {
|
||||
margin-top: calc(var(--line-height-03) * 4);
|
||||
}
|
||||
|
||||
.inline-material-symbols {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
a.material-symbols {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user