From a0c87e7bf16a19f06c13797e3329a4fed91370a1 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Mon, 14 Feb 2022 14:17:30 +0000 Subject: [PATCH] fix: fixes broken styling on errors --- .../stylesheets/application/components/_error_explanation.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application/components/_error_explanation.scss b/app/assets/stylesheets/application/components/_error_explanation.scss index e1c86ba2..b45e9120 100644 --- a/app/assets/stylesheets/application/components/_error_explanation.scss +++ b/app/assets/stylesheets/application/components/_error_explanation.scss @@ -4,8 +4,7 @@ color:$orange; padding:15px; box-shadow:0 0 10px lighten($red, 30%); - background:image-url('animals/fox.svg') #fff no-repeat 15px 15px / 50px; - padding-left:75px; + background:#fff; border-radius:4px; line-height:1.5; }