suresh
This commit is contained in:
parent
a7a48be691
commit
b5b270c967
@ -48,7 +48,7 @@
|
||||
<div class="credit-point"><?= $value['offer_label'] ?></div>
|
||||
<div class="credit-price">1 Credit at $<?= round($value['cost'] / $value['credit'] , 2); ?></div>
|
||||
</div>
|
||||
<div class="col-6 col-lg-2 mt-4">
|
||||
<div class="col-8 col-lg-2 mt-4">
|
||||
<div class="quantity">
|
||||
<div class="d-flex"><span class="price-symbol">$</span><span class="price"><?= $value['cost']; ?></span><span>x</span></div>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 col-lg-2 mt-4 text-right-price">
|
||||
<div class="col-4 col-lg-2 mt-4 text-right-price">
|
||||
<div class="product-price <?php echo $key; ?>">$<?= $value['cost'] * $pack_id[$key]['count'] ?></div>
|
||||
<input id="cost_<?php echo $key; ?>" value="<?= $value['cost'] ?>" type="hidden">
|
||||
<div class="remove-product"><a href="<?= base_url('/remove_product/').md5($pack_id[$key]['id']); ?>">Remove</a></div>
|
||||
|
||||
@ -318,6 +318,9 @@ a{
|
||||
body.cart .quantity{
|
||||
margin:0;
|
||||
}
|
||||
.cart .quantity{
|
||||
justify-content:start!important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1100px){
|
||||
.cart .cart-inner .container{
|
||||
@ -423,8 +426,12 @@ body.cart .quantity{
|
||||
}
|
||||
@media (max-width: 768px){
|
||||
.quantity .qty-no{
|
||||
height: 35px;
|
||||
height: 40px;
|
||||
line-height:35px;
|
||||
width:100px;
|
||||
}
|
||||
.quantity input{
|
||||
width:100px;
|
||||
}
|
||||
.quantity .plus, .quantity .minus{
|
||||
height: 30px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user