Fix rounded corners in hop.

This commit is contained in:
Bryan Mauger 2024-11-04 10:00:40 -05:00
parent d004abbc30
commit 7f09f5da23
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ body .cc-error-container #alert-message {
}
#fmg-checkout-shared .form-group .list-group.radio .list-group-item {
border-radius: 5px;
border-radius: 10px;
}
#fmg-checkout-shared .form-group .list-group.radio .list-group-item label {
padding: 12px 20px;

View file

@ -228,7 +228,7 @@ body {
.list-group {
&.radio {
.list-group-item {
border-radius: 5px;
border-radius: 10px;
label {
padding: 12px 20px;