Merge pull request #892 from Safelite/BRM-fix-rounded-corners-in-hop
Fix rounded corners in hop.
This commit is contained in:
commit
064008e89c
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@ body {
|
|||
.list-group {
|
||||
&.radio {
|
||||
.list-group-item {
|
||||
border-radius: 5px;
|
||||
border-radius: 10px;
|
||||
|
||||
label {
|
||||
padding: 12px 20px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue