Search improved, code refactor

This commit is contained in:
Faris Ansari
2017-08-23 16:25:16 +05:30
parent 26df5b8c00
commit 6d2f6c2e4d
4 changed files with 179 additions and 83 deletions

View File

@@ -29,6 +29,9 @@
.cart-wrapper .list-item__content:not(:first-child) {
justify-content: flex-end;
}
.cart-wrapper .list-item--head .list-item__content:nth-child(2) {
flex: 1.5;
}
.cart-items {
height: 200px;
overflow: auto;
@@ -46,7 +49,11 @@
.cart-items .list-item.current-item.rate .rate {
font-weight: bold;
}
.cart-items .list-item .quantity {
flex: 1.5;
}
.cart-items input {
text-align: right;
height: 22px;
font-size: 12px;
}