This commit is contained in:
Faris Ansari
2017-08-29 14:27:01 +05:30
parent ba3f0e6b70
commit 655f86d5e2
5 changed files with 37 additions and 34 deletions

View File

@@ -308,16 +308,6 @@ body[data-route="pos"] .item-list .image-field .placeholder-text {
body[data-route="pos"] .item-list .pos-item-wrapper {
position: relative;
}
body[data-route="pos"] .item-list .price-info {
position: absolute;
left: 0;
bottom: 0;
margin: 0 0 15px 15px;
background-color: rgba(141, 153, 166, 0.6);
padding: 5px 9px;
border-radius: 3px;
color: #fff;
}
body[data-route="pos"] .pos-bill-toolbar {
margin-top: 10px;
}
@@ -356,3 +346,13 @@ body[data-route="pos"] .btn-more {
body[data-route="pos"] .collapse-btn {
cursor: pointer;
}
.price-info {
position: absolute;
left: 0;
bottom: 0;
margin: 0 0 15px 15px;
background-color: rgba(141, 153, 166, 0.6);
padding: 5px 9px;
border-radius: 3px;
color: #fff;
}

View File

@@ -80,7 +80,8 @@
.pos-item-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
width: 25%;
}
.image-view-container {
display: block;