mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 23:18:02 +00:00
[Enhancement] POS, numeric keypad
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
padding: 10px 0px;
|
||||
border-bottom: 1px solid #d1d8dd;
|
||||
}
|
||||
.item-list-area {
|
||||
.item-list-area,
|
||||
.list-customers {
|
||||
padding: 15px 0px;
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 162px);
|
||||
@@ -82,6 +83,19 @@
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
.item-cart {
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 60vh);
|
||||
}
|
||||
.edit-pos-item {
|
||||
height: 40px;
|
||||
font-size: 14px;
|
||||
border-top: 1px solid #d1d8dd;
|
||||
}
|
||||
.pos-bill-item:hover {
|
||||
background-color: #f5f7fa;
|
||||
cursor: pointer;
|
||||
}
|
||||
.pos-bill-row {
|
||||
margin: 0px;
|
||||
padding: 7px 0px;
|
||||
@@ -157,13 +171,20 @@
|
||||
.pos-keyboard-key,
|
||||
.delete-btn {
|
||||
border: 1px solid #d1d8dd;
|
||||
height: 85px;
|
||||
width: 85px;
|
||||
margin: 10px 10px;
|
||||
font-size: 24px;
|
||||
height: 69px;
|
||||
width: 69px;
|
||||
font-size: 20px;
|
||||
font-weight: 200;
|
||||
background-color: #FDFDFD;
|
||||
border-color: #e8e8e8;
|
||||
margin-left: -4px;
|
||||
}
|
||||
.pos-pay {
|
||||
height: 69px;
|
||||
width: 69px;
|
||||
font-size: 17px;
|
||||
font-weight: 200;
|
||||
margin-left: -4px;
|
||||
}
|
||||
.multimode-payments {
|
||||
padding-left: 30px;
|
||||
|
||||
Reference in New Issue
Block a user