зеркало из https://github.com/mozilla/fxa.git
Merge pull request #6104 from SrilalS/main
Changed the 404 page Text to be Match with Other Styles
This commit is contained in:
Коммит
292bd02672
|
@ -89,6 +89,11 @@
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fxa-404-p {
|
||||||
|
line-height: 1.5em;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#static-footer {
|
#static-footer {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -23,10 +23,10 @@
|
||||||
<h1 id="fxa-404-header">{{#t}}Page not found{{/t}}</h1>
|
<h1 id="fxa-404-header">{{#t}}Page not found{{/t}}</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section>
|
<p class="fxa-404-p" >
|
||||||
{{#t}}The page you requested is not found. We've been notified and
|
{{#t}}The page you requested is not found. We've been notified and
|
||||||
will fix any links that may be broken.{{/t}}
|
will fix any links that may be broken.{{/t}}
|
||||||
</section>
|
</p>
|
||||||
|
|
||||||
<div class="button-row">
|
<div class="button-row">
|
||||||
<a href="/signup" class="button primary-button" id="fxa-404-home"
|
<a href="/signup" class="button primary-button" id="fxa-404-home"
|
||||||
|
|
|
@ -19,10 +19,10 @@
|
||||||
<div id="stage">
|
<div id="stage">
|
||||||
<div id="main-content" class="card">
|
<div id="main-content" class="card">
|
||||||
<header><h1 id="fxa-404-header">Page not found</h1></header>
|
<header><h1 id="fxa-404-header">Page not found</h1></header>
|
||||||
<section>
|
<p class="fxa-404-p">
|
||||||
The page you requested is not found. We've been notified and will fix
|
The page you requested is not found. We've been notified and will fix
|
||||||
any links that may be broken.
|
any links that may be broken.
|
||||||
</section>
|
</p>
|
||||||
<div class="button-row">
|
<div class="button-row">
|
||||||
<a href="/signup" class="button primary-button" id="fxa-404-home"
|
<a href="/signup" class="button primary-button" id="fxa-404-home"
|
||||||
>Home</a
|
>Home</a
|
||||||
|
|
Загрузка…
Ссылка в новой задаче