From 839abbc23c2ba1b2f282def50bcf8dcbdd31fd4e Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Mon, 25 Sep 2023 15:26:16 +0100 Subject: [PATCH] Update styles for closed correspondence The closed correspondence notice on the request officer upload form should match the match the sign in reason notices. Connect to https://github.com/mysociety/alaveteli/pull/7891 --- app/assets/stylesheets/responsive/custom.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/responsive/custom.scss b/app/assets/stylesheets/responsive/custom.scss index d9bb033c..26fc38e8 100644 --- a/app/assets/stylesheets/responsive/custom.scss +++ b/app/assets/stylesheets/responsive/custom.scss @@ -2181,10 +2181,19 @@ div.pagination span.disabled { margin: 0 0.2em; } -#sign_in_reason { +#sign_in_reason, +#request_upload_response .request-header__closed_to_correspondence { font-weight: 600; font-size: 2.5em; margin: 0.67em 0; + + a { + &:hover, + &:active, + &:focus { + color: $color_black; + } + } } .sign-in-wrapper {