issue fixed 3688

This commit is contained in:
Akhtar Khan 2020-08-10 18:01:38 +05:30
parent 217b934563
commit 99c6d0a6d4
2 changed files with 19 additions and 2 deletions

View File

@ -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;

View File

@ -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="&quot;{{ __('shop::app.checkout.onepage.billing-address') }}&quot;">
<span class="checkmark"></span>
<span class="checkmark checkbox-icon"></span>
</label>
<ul class="address-card-list" style="float: right; width: 85%;">