Skip to content

Commit

Permalink
Merge branch 'disable-manual-upload-on-closed-requests'
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 29, 2023
2 parents 56b9d34 + 839abbc commit a77308a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a77308a

Please sign in to comment.