Merge pull request #6104 from SrilalS/main

Changed the 404 page Text to be Match with Other Styles
This commit is contained in:
Lauren Zugai 2020-08-12 12:33:50 -05:00 коммит произвёл GitHub
Родитель 226c677577 f91e5768c4
Коммит 292bd02672
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -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