Merge pull request #892 from Safelite/BRM-fix-rounded-corners-in-hop

Fix rounded corners in hop.
This commit is contained in:
bmauger 2024-11-04 10:15:31 -05:00 committed by GitHub
commit 064008e89c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;