added event on numeric keypad

This commit is contained in:
Rohit Waghchaure
2017-02-28 16:51:17 +05:30
parent e30f83a8af
commit f0c7ba4b1f
6 changed files with 111 additions and 36 deletions

View File

@@ -85,12 +85,13 @@
}
.item-cart {
overflow-y: scroll;
height: calc(100vh - 60vh);
height: calc(100vh - 72vh);
}
.edit-pos-item {
height: 40px;
height: 50px;
font-size: 14px;
border-top: 1px solid #d1d8dd;
padding-top: 12px;
}
.pos-bill-item:hover {
background-color: #f5f7fa;
@@ -170,6 +171,16 @@
}
.pos-keyboard-key,
.delete-btn {
border: 1px solid #d1d8dd;
height: 85px;
width: 85px;
margin: 10px 10px;
font-size: 24px;
font-weight: 200;
background-color: #FDFDFD;
border-color: #e8e8e8;
}
.numeric-keypad {
border: 1px solid #d1d8dd;
height: 69px;
width: 69px;