From 66c44f8ff567f3a2884e5712cdc4b30f80498cae Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 23 Aug 2024 16:14:04 +0300 Subject: [PATCH] adjust error page --- app/views/errors/404.html | 14 +++----------- app/views/errors/422.html | 14 +++----------- app/views/errors/500.html | 14 +++----------- 3 files changed, 9 insertions(+), 33 deletions(-) diff --git a/app/views/errors/404.html b/app/views/errors/404.html index 34cf7e80..52e4c82f 100644 --- a/app/views/errors/404.html +++ b/app/views/errors/404.html @@ -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 @@
-

DocuSeal

-

404

-

Sorry, we couldn't find this page.

+

404

+

Sorry, we couldn't find this page.

Back to homepage
diff --git a/app/views/errors/422.html b/app/views/errors/422.html index 0e44bb63..97fb7b89 100644 --- a/app/views/errors/422.html +++ b/app/views/errors/422.html @@ -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 @@
-

DocuSeal

-

422

-

You're not allowed to access this page

+

422

+

You're not allowed to access this page

Back to homepage
diff --git a/app/views/errors/500.html b/app/views/errors/500.html index 9f7dd8e1..625994b6 100644 --- a/app/views/errors/500.html +++ b/app/views/errors/500.html @@ -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 @@
-

DocuSeal

-

500

-

We're sorry, but something went wrong

+

500

+

We're sorry, but something went wrong

Back to homepage