Merge pull request #5744 from deepaksinghgusain227/remove-button-wishlist-ui-issue
Fixed ui issue of remove button at checkout view page
This commit is contained in:
commit
b2f82fd13c
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=081e6c585ea2bde54421",
|
||||
"/css/shop.css": "/css/shop.css?id=cfbeb038e5a3dbd1c099"
|
||||
"/css/shop.css": "/css/shop.css?id=9721f2c9d745cb833022"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2708,6 +2708,21 @@ section.cart {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 530px) {
|
||||
.cart-item-list {
|
||||
.item {
|
||||
.item-details {
|
||||
.misc {
|
||||
.control-group {
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.quantity {
|
||||
display: inline-block !important;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue