Cart page css updated
This commit is contained in:
parent
75e294e1c5
commit
7952e57e41
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue