From c1ec4d79358e6eca5a818533723d29fcbaa6d6e8 Mon Sep 17 00:00:00 2001 From: Nikolay Pachkov Date: Fri, 15 Sep 2023 16:44:59 +0200 Subject: [PATCH] KTL-1181 chore: add mascot on 404 page --- static/css/com/layout/images/mascot-404.svg | 219 ++++++++++++++++++ static/css/com/page-content/page-content.scss | 6 +- 2 files changed, 222 insertions(+), 3 deletions(-) create mode 100644 static/css/com/layout/images/mascot-404.svg diff --git a/static/css/com/layout/images/mascot-404.svg b/static/css/com/layout/images/mascot-404.svg new file mode 100644 index 00000000000..5cd694e8965 --- /dev/null +++ b/static/css/com/layout/images/mascot-404.svg @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/css/com/page-content/page-content.scss b/static/css/com/page-content/page-content.scss index 40db5d44c99..f7925c37ce7 100644 --- a/static/css/com/page-content/page-content.scss +++ b/static/css/com/page-content/page-content.scss @@ -100,8 +100,8 @@ } ._error-404 { - width: 250px; - height: 250px; - background-image: url("../layout/images/icon_404.svg"); + width: 355px; + height: 262px; + background-image: url("../layout/images/mascot-404.svg"); } }