Skip to content

Commit

Permalink
Merge pull request #3863 from pulibrary/3333-bookmark
Browse files Browse the repository at this point in the history
Update the request form css to look the request classes for checkbox and radio button.
  • Loading branch information
regineheberlein committed Dec 1, 2023
2 parents 0318c09 + 7659e4d commit f67f5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/requests/request.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ input[type="radio"] + label {
}
}

input[type="checkbox"] {
.request--select input[type="checkbox"] {
transform: scale(2.5);
}

input[type="radio"] {
.delivery--options input[type="radio"] {
transform: scale(1.75);
margin: 1rem;
vertical-align: middle;
Expand Down

0 comments on commit f67f5ee

Please sign in to comment.