Quantity Issue Fixed
This commit is contained in:
parent
2f3895e66f
commit
a909905c0e
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=d5391a65146f1d0f4ca1",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=69e21a90a84bca6263e5"
|
||||
"/css/velocity.css": "/css/velocity.css?id=1bff310f7f8c60c98bc9"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -401,9 +401,9 @@
|
|||
@extend .btn;
|
||||
|
||||
height: 35px;
|
||||
border-radius: 0px;
|
||||
border-radius: 2px;
|
||||
vertical-align: top;
|
||||
padding: 0 6px !important;
|
||||
padding: 0 10px !important;
|
||||
font-size: 24px !important;
|
||||
font-weight: 600 !important;
|
||||
color: $dark-color !important;
|
||||
|
|
@ -411,28 +411,19 @@
|
|||
border: 1px solid $border-common !important;
|
||||
}
|
||||
|
||||
button:nth-of-type(1) {
|
||||
border-right: 0px !important;
|
||||
}
|
||||
|
||||
input {
|
||||
max-width: 40px;
|
||||
max-width: 50px;
|
||||
cursor: default;
|
||||
font-size: 16px !important;
|
||||
border-left: 0px !important;
|
||||
border-right: 0px !important;
|
||||
text-align: center;
|
||||
margin-left: -5px;
|
||||
margin-right: -5px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #f5f5f5 !important;
|
||||
}
|
||||
|
||||
button:nth-last-of-type(1) {
|
||||
border-radius: 0px;
|
||||
border-left: 0px !important;
|
||||
}
|
||||
|
||||
button:active,
|
||||
button:focus,
|
||||
input:active,
|
||||
|
|
|
|||
|
|
@ -161,10 +161,12 @@
|
|||
</div>
|
||||
|
||||
<div class="product-quantity col-2 no-padding">
|
||||
<quantity-changer
|
||||
:control-name="'qty[{{$item->id}}]'"
|
||||
quantity="{{ $item->quantity }}">
|
||||
</quantity-changer>
|
||||
<div class="row">
|
||||
<quantity-changer
|
||||
:control-name="'qty[{{$item->id}}]'"
|
||||
quantity="{{ $item->quantity }}">
|
||||
</quantity-changer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-price fs18 col-1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue