Quantity Issue Fixed

This commit is contained in:
devansh bawari 2021-01-04 18:56:17 +05:30
parent 2f3895e66f
commit a909905c0e
4 changed files with 13 additions and 20 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

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

View File

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