Merge pull request #25973 from overleaf/td-restricted-home-link
Use a single link for home link in restricted page GitOrigin-RevId: 0220116c89845ad7704fb446e41abf99cfff3b45
This commit is contained in:
@@ -6,8 +6,8 @@ block content
|
||||
.row
|
||||
.col-md-8.offset-md-2.text-center
|
||||
.page-header
|
||||
h2 #{translate("restricted_no_permission")}
|
||||
h1 #{translate("restricted_no_permission")}
|
||||
p
|
||||
span.inline-material-symbols
|
||||
a(href="/").material-symbols(aria-hidden="true") arrow_left_alt
|
||||
a(href="/") #{translate("take_me_home")}
|
||||
a.inline-material-symbols(href="/")
|
||||
span.material-symbols(aria-hidden="true") arrow_left_alt
|
||||
| #{translate("take_me_home")}
|
||||
|
||||
@@ -79,13 +79,8 @@ hr {
|
||||
margin-top: calc(var(--line-height-03) * 4);
|
||||
}
|
||||
|
||||
.inline-material-symbols {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
|
||||
a.material-symbols {
|
||||
text-decoration: none;
|
||||
}
|
||||
.inline-material-symbols .material-symbols {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.container-custom-sm {
|
||||
|
||||
Reference in New Issue
Block a user