adjust error page
This commit is contained in:
@@ -13,20 +13,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error-page h1 {
|
.error-page h1 {
|
||||||
font-weight: 700;
|
|
||||||
font-size: 3em;
|
|
||||||
color: #291434;
|
|
||||||
margin: 0 0 0.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-page h2 {
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
color: #3BBFF7;
|
color: #3BBFF7;
|
||||||
margin: 0 0 0.1em;
|
margin: 0 0 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-page h3 {
|
.error-page h2 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
color: #291434;
|
color: #291434;
|
||||||
@@ -56,9 +49,8 @@
|
|||||||
<body class="error-page">
|
<body class="error-page">
|
||||||
<div class="dialog">
|
<div class="dialog">
|
||||||
<div>
|
<div>
|
||||||
<h1>DocuSeal</h1>
|
<h1>404</h1>
|
||||||
<h2>404</h2>
|
<h2>Sorry, we couldn't find this page.</h2>
|
||||||
<h3>Sorry, we couldn't find this page.</h3>
|
|
||||||
</div>
|
</div>
|
||||||
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
|
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,20 +13,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error-page h1 {
|
.error-page h1 {
|
||||||
font-weight: 700;
|
|
||||||
font-size: 3em;
|
|
||||||
color: #291434;
|
|
||||||
margin: 0 0 0.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-page h2 {
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
color: #FABE22;
|
color: #FABE22;
|
||||||
margin: 0 0 0.1em;
|
margin: 0 0 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-page h3 {
|
.error-page h2 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
color: #291434;
|
color: #291434;
|
||||||
@@ -56,9 +49,8 @@
|
|||||||
<body class="error-page">
|
<body class="error-page">
|
||||||
<div class="dialog">
|
<div class="dialog">
|
||||||
<div>
|
<div>
|
||||||
<h1>DocuSeal</h1>
|
<h1>422</h1>
|
||||||
<h2>422</h2>
|
<h2>You're not allowed to access this page</h2>
|
||||||
<h3>You're not allowed to access this page</h3>
|
|
||||||
</div>
|
</div>
|
||||||
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
|
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -13,20 +13,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.error-page h1 {
|
.error-page h1 {
|
||||||
font-weight: 700;
|
|
||||||
font-size: 3em;
|
|
||||||
color: #291434;
|
|
||||||
margin: 0 0 0.1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.error-page h2 {
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 10em;
|
font-size: 10em;
|
||||||
color: #F97272;
|
color: #F97272;
|
||||||
margin: 0 0 0.1em;
|
margin: 0 0 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-page h3 {
|
.error-page h2 {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.75em;
|
font-size: 1.75em;
|
||||||
color: #291434;
|
color: #291434;
|
||||||
@@ -56,9 +49,8 @@
|
|||||||
<body class="error-page">
|
<body class="error-page">
|
||||||
<div class="dialog">
|
<div class="dialog">
|
||||||
<div>
|
<div>
|
||||||
<h1>DocuSeal</h1>
|
<h1>500</h1>
|
||||||
<h2>500</h2>
|
<h2>We're sorry, but something went wrong</h2>
|
||||||
<h3>We're sorry, but something went wrong</h3>
|
|
||||||
</div>
|
</div>
|
||||||
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
|
<a rel="noopener noreferrer" href="/" class="btn">Back to homepage</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user