Skip to content

Commit

Permalink
feat: add style for radio button (#188)
Browse files Browse the repository at this point in the history
increase a bit font size
  • Loading branch information
matteo-cristino authored Dec 18, 2024
1 parent 5e1c065 commit ab6bc91
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions public/authz_server/authorize
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,17 @@
margin: 0px;
}

input[type="radio"] {
width: 48px !important;
height: 48px !important;
margin-bottom: 10px;
flex-shrink: 0;
}

label {
font-size: 1.5rem;
}

.form-control>input {
border-color: black;
border-width: 2px;
Expand Down

0 comments on commit ab6bc91

Please sign in to comment.