From 033aac1a99064df7e25767642a0b4bb2c9a110b8 Mon Sep 17 00:00:00 2001 From: Lucas Date: Wed, 31 Aug 2022 12:40:06 +0100 Subject: [PATCH] Erased styling for #request_header_text --- app/assets/stylesheets/responsive/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/responsive/custom.scss b/app/assets/stylesheets/responsive/custom.scss index 8759ae152..3376adbec 100644 --- a/app/assets/stylesheets/responsive/custom.scss +++ b/app/assets/stylesheets/responsive/custom.scss @@ -345,7 +345,7 @@ a.link_button_green_large { } /* Notices, errors */ -#notice, #error, .errorExplanation, #request_header_text, #hidden_request, .describe_state_form form, .undescribed_requests, .warning { +#notice, #error, .errorExplanation, #hidden_request, .describe_state_form form, .undescribed_requests, .warning { border-top: 10px solid; font-size: 1em; margin:1em 0; @@ -364,7 +364,7 @@ a.link_button_green_large { } } -#notice, #request_header_text { +#notice { background-color: desaturate(lighten($notice-color, 30%),10%); border-color: $notice-color; }