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 { #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 { #fmg-checkout-shared .form-group .list-group.radio .list-group-item label {
padding: 12px 20px; padding: 12px 20px;

View file

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