mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
@@ -270,6 +270,11 @@ body[data-route="pos"] .item-cart-items {
|
|||||||
border: 1px solid #d1d8dd;
|
border: 1px solid #d1d8dd;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
body[data-route="pos"] .item-cart-items {
|
||||||
|
height: 30vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
body[data-route="pos"] .no-items-message {
|
body[data-route="pos"] .no-items-message {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -321,6 +321,10 @@ body[data-route="pos"] {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid @border-color;
|
border: 1px solid @border-color;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
||||||
|
@media (max-width: @screen-xs) {
|
||||||
|
height: 30vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-items-message {
|
.no-items-message {
|
||||||
|
|||||||
Reference in New Issue
Block a user