diff --git a/public/404.html b/public/404.html index 2be3af26..34cf7e80 100644 --- a/public/404.html +++ b/public/404.html @@ -1,67 +1,66 @@ - - The page you were looking for doesn't exist (404) - - - + .error-page a.btn { + display: inline-block; + width: auto; + background-color: #291434; + padding: 1em 1.5em; + border-radius: 25px; + color: #ffffff; + text-decoration: none; + margin: 1em 0; + text-transform: uppercase; + } - - -
-
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

+ .error-page div.dialog { + width: 95%; + max-width: 33em; + margin: 6em auto 0; + } + + + + +
+
+

DocuSeal

+

404

+

Sorry, we couldn't find this page.

+
+ Back to homepage
-

If you are the application owner check the logs for more information.

-
- + diff --git a/public/422.html b/public/422.html index c08eac0d..0e44bb63 100644 --- a/public/422.html +++ b/public/422.html @@ -1,67 +1,66 @@ - - The change you wanted was rejected (422) - - - + .error-page a.btn { + display: inline-block; + width: auto; + background-color: #291434; + padding: 1em 1.5em; + border-radius: 25px; + color: #ffffff; + text-decoration: none; + margin: 1em 0; + text-transform: uppercase; + } - - -
-
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

+ .error-page div.dialog { + width: 95%; + max-width: 33em; + margin: 6em auto 0; + } + + + + +
+
+

DocuSeal

+

422

+

You're not allowed to access this page

+
+ Back to homepage
-

If you are the application owner check the logs for more information.

-
- + diff --git a/public/500.html b/public/500.html index 78a030af..9f7dd8e1 100644 --- a/public/500.html +++ b/public/500.html @@ -1,66 +1,66 @@ - - We're sorry, but something went wrong (500) - - - + .error-page a.btn { + display: inline-block; + width: auto; + background-color: #291434; + padding: 1em 1.5em; + border-radius: 25px; + color: #ffffff; + text-decoration: none; + margin: 1em 0; + text-transform: uppercase; + } - - -
-
-

We're sorry, but something went wrong.

+ .error-page div.dialog { + width: 95%; + max-width: 33em; + margin: 6em auto 0; + } + + + + +
+
+

DocuSeal

+

500

+

We're sorry, but something went wrong

+
+ Back to homepage
-

If you are the application owner check the logs for more information.

-
- +