2016-04-11 12:04:25 +00:00
|
|
|
@import "../../../../frappe/frappe/public/less/variables.less";
|
|
|
|
|
2015-02-24 12:20:44 +00:00
|
|
|
.erpnext-footer {
|
|
|
|
margin: 11px auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-all-reports {
|
|
|
|
margin-top: 5px;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* toolbar */
|
|
|
|
.toolbar-splash {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin: -10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* pos */
|
2016-04-07 09:55:43 +00:00
|
|
|
|
|
|
|
.pos-item-area {
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-wrapper {
|
|
|
|
padding: 5px;
|
2015-02-24 12:20:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 5px;
|
2016-04-07 09:55:43 +00:00
|
|
|
padding-bottom: 15px;
|
2015-02-24 12:20:44 +00:00
|
|
|
border: 1px solid #d1d8dd;
|
2016-04-07 09:55:43 +00:00
|
|
|
margin-bottom: 5px;
|
2015-02-24 12:20:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-text {
|
|
|
|
padding: 0px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item .item-code {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item .no-image {
|
|
|
|
background-color: #fafbfc;
|
|
|
|
border: 1px dashed #d1d8dd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-image {
|
2016-04-07 09:55:43 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 0px;
|
|
|
|
padding: 50% 0;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 0;
|
2016-04-11 12:04:25 +00:00
|
|
|
color: @text-extra-muted;
|
2016-04-07 09:55:43 +00:00
|
|
|
font-size: 30px;
|
2016-08-09 08:45:31 +00:00
|
|
|
background-size: contain;
|
2015-02-24 12:20:44 +00:00
|
|
|
border: 1px solid transparent;
|
2016-08-09 08:45:31 +00:00
|
|
|
background-position: center;
|
|
|
|
background-repeat: no-repeat;
|
2015-02-24 12:20:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-area {
|
|
|
|
border: 1px solid #d1d8dd;
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-toolbar {
|
|
|
|
padding: 10px 0px;
|
|
|
|
border-bottom: 1px solid #d1d8dd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item-list-area {
|
|
|
|
padding: 15px 0px;
|
2016-12-21 12:46:45 +00:00
|
|
|
overflow-y: scroll;
|
|
|
|
height: ~"calc(100vh - 162px)";
|
2015-02-24 12:20:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pos-toolbar, .pos-bill-toolbar {
|
|
|
|
padding: 10px 0px;
|
|
|
|
border-bottom: 1px solid #d1d8dd;
|
|
|
|
height: 51px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-toolbar .form-group {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-bill-wrapper {
|
|
|
|
border: 1px solid #d1d8dd;
|
|
|
|
border-top: none;
|
|
|
|
margin-right: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-bill {
|
|
|
|
margin-left: -15px;
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-bill-row {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 7px 0px;
|
|
|
|
border-top: 1px solid #d1d8dd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-bill-header {
|
|
|
|
border: none !important;
|
|
|
|
background-color: #f5f7fa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-item-qty {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-qty-row > div {
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-qty-btn {
|
|
|
|
margin-top: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos .search-area .form-group {
|
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos .tax-table {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2015-07-17 09:41:24 +00:00
|
|
|
.erpnext-icon {
|
2016-04-25 12:23:42 +00:00
|
|
|
width: 24px;ack
|
2015-07-17 09:41:24 +00:00
|
|
|
margin-right: 0px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
2015-12-18 07:42:02 +00:00
|
|
|
|
|
|
|
.pos .discount-amount-area {
|
|
|
|
.discount-field-col {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
2016-04-07 09:55:43 +00:00
|
|
|
|
2015-12-18 07:42:02 +00:00
|
|
|
.input-group {
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
2016-04-25 12:23:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard-list-item {
|
|
|
|
background-color: inherit;
|
2016-06-13 12:16:55 +00:00
|
|
|
padding: 5px 0px;
|
2016-04-25 12:23:42 +00:00
|
|
|
border-bottom: 1px solid @border-color;
|
|
|
|
}
|
|
|
|
|
2016-06-13 12:16:55 +00:00
|
|
|
#page-stock-balance .dashboard-list-item {
|
|
|
|
padding: 5px 15px;
|
|
|
|
}
|
|
|
|
|
2016-04-25 12:23:42 +00:00
|
|
|
.dashboard-list-item:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2016-05-20 18:25:45 +00:00
|
|
|
|
|
|
|
.payment-toolbar {
|
2016-07-24 06:06:19 +00:00
|
|
|
.row {
|
|
|
|
width: 323px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2016-05-20 18:25:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.payment-mode {
|
|
|
|
cursor: pointer;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-payment-row .col-xs-6 {
|
2016-08-05 10:11:36 +00:00
|
|
|
padding :15px;
|
2016-05-20 18:25:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pos-payment-row {
|
|
|
|
border-bottom:1px solid #d1d8dd;
|
2016-06-13 16:07:10 +00:00
|
|
|
margin: 2px 0px 5px 0px;
|
|
|
|
height: 60px;
|
2016-08-05 10:11:36 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
2016-05-20 18:25:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pos-payment-row:hover, .pos-keyboard-key:hover{
|
|
|
|
background-color: #FAFBFC;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2016-07-24 06:06:19 +00:00
|
|
|
.multimode-payments {
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.payment-toolbar {
|
|
|
|
padding-right: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[data-route="pos"] .modal-dialog {
|
|
|
|
width: 750px;
|
|
|
|
|
|
|
|
@media (max-width: @screen-xs) {
|
|
|
|
width: auto;
|
|
|
|
|
|
|
|
.modal-content {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: @screen-xs) {
|
|
|
|
.amount-row h3 {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
.pos-keyboard-key, .delete-btn {
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
.multimode-payments {
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
.payment-toolbar {
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-20 18:25:45 +00:00
|
|
|
.amount-label {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selected-payment-mode {
|
|
|
|
background-color: #FAFBFC;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pos-invoice-list {
|
|
|
|
padding: 15px 10px;
|
|
|
|
}
|
2016-08-05 10:11:36 +00:00
|
|
|
|
|
|
|
.write_off_amount, .change_amount {
|
|
|
|
margin: 15px;
|
|
|
|
width: 130px;
|
|
|
|
}
|
2017-01-09 12:55:43 +00:00
|
|
|
|
|
|
|
// assessment tool
|
|
|
|
.frappe-control[data-fieldname='result_html'] {
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
.assessment-result-tool {
|
|
|
|
table-layout: fixed;
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
border: 0;
|
|
|
|
outline: none;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total-score, .grade, .score {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|