[ui-fix] POS item list

This commit is contained in:
Faris Ansari 2017-04-20 11:09:43 +05:30 committed by Nabin Hait
parent e3c122d8c4
commit 5687e2da9d
2 changed files with 7 additions and 0 deletions

View File

@ -297,6 +297,9 @@ body[data-route="pos"] .item-list {
body[data-route="pos"] .item-list .image-field {
height: 140px;
}
body[data-route="pos"] .item-list .image-field .placeholder-text {
font-size: 50px;
}
body[data-route="pos"] .item-list .pos-item-wrapper {
position: relative;
}

View File

@ -351,6 +351,10 @@ body[data-route="pos"] {
.image-field {
height: 140px;
.placeholder-text {
font-size: 50px;
}
}
.pos-item-wrapper {