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