adjust error page

pull/354/head
Pete Matsyburka 1 year ago
parent 8f3592c481
commit 66c44f8ff5

@ -13,20 +13,13 @@
}
.error-page h1 {
font-weight: 700;
font-size: 3em;
color: #291434;
margin: 0 0 0.1em;
}
.error-page h2 {
font-weight: 700;
font-size: 10em;
color: #3BBFF7;
margin: 0 0 0.1em;
}
.error-page h3 {
.error-page h2 {
font-weight: 600;
font-size: 1.75em;
color: #291434;
@ -56,9 +49,8 @@
<body class="error-page">
<div class="dialog">
<div>
<h1>DocuSeal</h1>
<h2>404</h2>
<h3>Sorry, we couldn't find this page.</h3>
<h1>404</h1>
<h2>Sorry, we couldn't find this page.</h2>
</div>
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
</div>

@ -13,20 +13,13 @@
}
.error-page h1 {
font-weight: 700;
font-size: 3em;
color: #291434;
margin: 0 0 0.1em;
}
.error-page h2 {
font-weight: 700;
font-size: 10em;
color: #FABE22;
margin: 0 0 0.1em;
}
.error-page h3 {
.error-page h2 {
font-weight: 600;
font-size: 1.75em;
color: #291434;
@ -56,9 +49,8 @@
<body class="error-page">
<div class="dialog">
<div>
<h1>DocuSeal</h1>
<h2>422</h2>
<h3>You're not allowed to access this page</h3>
<h1>422</h1>
<h2>You're not allowed to access this page</h2>
</div>
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
</div>

@ -13,20 +13,13 @@
}
.error-page h1 {
font-weight: 700;
font-size: 3em;
color: #291434;
margin: 0 0 0.1em;
}
.error-page h2 {
font-weight: 700;
font-size: 10em;
color: #F97272;
margin: 0 0 0.1em;
}
.error-page h3 {
.error-page h2 {
font-weight: 600;
font-size: 1.75em;
color: #291434;
@ -56,9 +49,8 @@
<body class="error-page">
<div class="dialog">
<div>
<h1>DocuSeal</h1>
<h2>500</h2>
<h3>We're sorry, but something went wrong</h3>
<h1>500</h1>
<h2>We're sorry, but something went wrong</h2>
</div>
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
</div>

Loading…
Cancel
Save