issued fixed #3688
This commit is contained in:
parent
32ca7b548b
commit
44a68c8dbb
|
|
@ -815,7 +815,7 @@ section.slider-block {
|
|||
img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
input {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -3648,8 +3648,6 @@ section.review {
|
|||
height: 130px;
|
||||
float: right;
|
||||
border-collapse: collapse;
|
||||
left: 3px;
|
||||
position: relative;
|
||||
|
||||
tr {
|
||||
|
||||
|
|
@ -4282,15 +4280,11 @@ section.review {
|
|||
}
|
||||
|
||||
.checkbox {
|
||||
margin: 10px 0 0px 0px;
|
||||
margin: 10px 0px 5px 5px;
|
||||
}
|
||||
|
||||
.checkbox-view {
|
||||
height: 16px !important;
|
||||
width: 16px !important;
|
||||
float: left;
|
||||
margin-right: 135px!important;
|
||||
position: absolute;
|
||||
}
|
||||
span.checkmark.payment {
|
||||
left: 163px;
|
||||
}
|
||||
|
||||
.radio {
|
||||
|
|
@ -4307,10 +4301,6 @@ section.review {
|
|||
}
|
||||
}
|
||||
|
||||
span.checkmark.checkbox-icon {
|
||||
right: 150px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 770px) {
|
||||
.checkout-process .col-main {
|
||||
padding-left: 0px;
|
||||
|
|
@ -4580,52 +4570,4 @@ section.review {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//compare page
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.comparison-component {
|
||||
width: 100%;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.comparison-component > h1 {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 15px;
|
||||
min-width: 25px;
|
||||
max-width: 250px;
|
||||
line-height: 30px;
|
||||
vertical-align: top;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.icon.remove-product {
|
||||
top: 5px;
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.action > div {
|
||||
display: inline-block;
|
||||
}
|
||||
.cart-wish-wrap .btn.btn-lg {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
.cart-wish-wrap {
|
||||
display: flex;
|
||||
}
|
||||
.white-cross-sm-icon {
|
||||
width: 24px;
|
||||
height:24px;
|
||||
}
|
||||
.add-to-wishlist {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
|
@ -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 checkbox-icon"></span>
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
|
||||
<ul class="address-card-list" style="float: right; width: 85%;">
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@
|
|||
|
||||
<div class="checkout-method-group mb-20">
|
||||
<div class="line-one">
|
||||
<label class="radio-container">
|
||||
<label class="radio-container" style="width:120%">
|
||||
<input v-validate="'required'" type="radio" id="{{ $payment['method'] }}" name="payment[method]" value="{{ $payment['method'] }}" v-model="payment.method" @change="methodSelected()" data-vv-as=""{{ __('shop::app.checkout.onepage.payment-method') }}"">
|
||||
|
||||
<span class="checkmark"></span>
|
||||
<span class="checkmark payment"></span>
|
||||
|
||||
<span class="payment-method method-label">
|
||||
<b>{{ $payment['method_title'] }}</b>
|
||||
|
|
|
|||
Loading…
Reference in New Issue