Cart page css updated

This commit is contained in:
jitendra 2019-09-05 17:39:10 +05:30
parent 75e294e1c5
commit 7952e57e41
3 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=a1e2815cee337c8178a1",
"/css/shop.css": "/css/shop.css?id=0fc83b9699ebac7a59fd"
"/css/shop.css": "/css/shop.css?id=5d9f7688d01d6d6abf8c"
}

View File

@ -2377,12 +2377,11 @@ section.cart {
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
margin-top: 10px;
.control-group {
font-size: 16px !important;
width: 220px;
margin: 0px;
padding: 10px 0 0 0;
width: auto;
.wrap {
@ -2403,7 +2402,7 @@ section.cart {
}
.remove, .towishlist {
margin-top: 18px;
line-height: 35px;
margin-left: 15px;
}
}