issue fixed 3688
This commit is contained in:
parent
217b934563
commit
99c6d0a6d4
|
|
@ -4281,8 +4281,18 @@ section.review {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.checkbox {
|
||||
margin: 10px 0px 5px 5px;
|
||||
margin: 10px 0 0px 0px;
|
||||
|
||||
.checkbox-view {
|
||||
height: 16px !important;
|
||||
width: 16px !important;
|
||||
float: left;
|
||||
margin-right: 135px!important;
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.radio {
|
||||
|
|
@ -4299,6 +4309,13 @@ section.review {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
span.checkmark.checkbox-icon {
|
||||
right: 150px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media only screen and (max-width: 770px) {
|
||||
.checkout-process .col-main {
|
||||
padding-left: 0px;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<div class="checkout-address-content" style="display: flex; flex-direction: row; justify-content: space-between; width: 100%;">
|
||||
<label class="radio-container" style="float: right; width: 10%;">
|
||||
<input type="radio" v-validate="'required'" id="billing[address_id]" name="billing[address_id]" :value="addresses.id" v-model="address.billing.address_id" data-vv-as=""{{ __('shop::app.checkout.onepage.billing-address') }}"">
|
||||
<span class="checkmark"></span>
|
||||
<span class="checkmark checkbox-icon"></span>
|
||||
</label>
|
||||
|
||||
<ul class="address-card-list" style="float: right; width: 85%;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue