mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
[ui-fix] POS item list
This commit is contained in:
@@ -297,6 +297,9 @@ body[data-route="pos"] .item-list {
|
|||||||
body[data-route="pos"] .item-list .image-field {
|
body[data-route="pos"] .item-list .image-field {
|
||||||
height: 140px;
|
height: 140px;
|
||||||
}
|
}
|
||||||
|
body[data-route="pos"] .item-list .image-field .placeholder-text {
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
body[data-route="pos"] .item-list .pos-item-wrapper {
|
body[data-route="pos"] .item-list .pos-item-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -351,6 +351,10 @@ body[data-route="pos"] {
|
|||||||
|
|
||||||
.image-field {
|
.image-field {
|
||||||
height: 140px;
|
height: 140px;
|
||||||
|
|
||||||
|
.placeholder-text {
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.pos-item-wrapper {
|
.pos-item-wrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user