Rushabh Mehta | 5d0e8de | 2016-04-11 17:34:25 +0530 | [diff] [blame] | 1 | @import "../../../../frappe/frappe/public/less/variables.less"; |
| 2 | |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 3 | .erpnext-footer { |
| 4 | margin: 11px auto; |
| 5 | text-align: center; |
| 6 | } |
| 7 | |
| 8 | .show-all-reports { |
| 9 | margin-top: 5px; |
| 10 | font-size: 11px; |
| 11 | } |
| 12 | |
| 13 | /* toolbar */ |
| 14 | .toolbar-splash { |
| 15 | width: 32px; |
| 16 | height: 32px; |
| 17 | margin: -10px auto; |
| 18 | } |
| 19 | |
| 20 | /* pos */ |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 21 | |
| 22 | .pos-item-area { |
| 23 | padding: 0px 10px; |
| 24 | } |
| 25 | |
| 26 | .pos-item-wrapper { |
| 27 | padding: 5px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 28 | } |
| 29 | |
| 30 | .pos-item { |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 31 | overflow: hidden; |
| 32 | text-overflow: ellipsis; |
| 33 | cursor: pointer; |
| 34 | padding: 5px; |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 35 | padding-bottom: 15px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 36 | border: 1px solid #d1d8dd; |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 37 | margin-bottom: 5px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 38 | } |
| 39 | |
| 40 | .pos-item-text { |
| 41 | padding: 0px 5px; |
| 42 | } |
| 43 | |
| 44 | .pos-item .item-code { |
| 45 | margin-bottom: 0px; |
| 46 | } |
| 47 | |
| 48 | .pos-item .no-image { |
| 49 | background-color: #fafbfc; |
| 50 | border: 1px dashed #d1d8dd; |
| 51 | } |
| 52 | |
| 53 | .pos-item-image { |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 54 | width: 100%; |
| 55 | height: 0px; |
| 56 | padding: 50% 0; |
| 57 | text-align: center; |
| 58 | line-height: 0; |
Rushabh Mehta | 5d0e8de | 2016-04-11 17:34:25 +0530 | [diff] [blame] | 59 | color: @text-extra-muted; |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 60 | font-size: 30px; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 61 | background-size: cover; |
| 62 | border: 1px solid transparent; |
Anand Doshi | 2b2b639 | 2015-03-20 14:18:09 +0530 | [diff] [blame] | 63 | background-position: top center; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 64 | } |
| 65 | |
| 66 | .pos-item-area { |
| 67 | border: 1px solid #d1d8dd; |
| 68 | border-top: none; |
| 69 | } |
| 70 | |
| 71 | .pos-item-toolbar { |
| 72 | padding: 10px 0px; |
| 73 | border-bottom: 1px solid #d1d8dd; |
| 74 | } |
| 75 | |
| 76 | .item-list-area { |
| 77 | padding: 15px 0px; |
| 78 | } |
| 79 | |
| 80 | .pos-toolbar, .pos-bill-toolbar { |
| 81 | padding: 10px 0px; |
| 82 | border-bottom: 1px solid #d1d8dd; |
| 83 | height: 51px; |
| 84 | } |
| 85 | |
| 86 | .pos-item-toolbar .form-group { |
| 87 | margin-bottom: 0px; |
| 88 | } |
| 89 | |
| 90 | .pos-bill-wrapper { |
| 91 | border: 1px solid #d1d8dd; |
| 92 | border-top: none; |
| 93 | margin-right: -1px; |
| 94 | } |
| 95 | |
| 96 | .pos-bill { |
| 97 | margin-left: -15px; |
| 98 | margin-right: -15px; |
| 99 | } |
| 100 | |
| 101 | .pos-bill-row { |
| 102 | margin: 0px; |
| 103 | padding: 7px 0px; |
| 104 | border-top: 1px solid #d1d8dd; |
| 105 | } |
| 106 | |
| 107 | .pos-bill-header { |
| 108 | border: none !important; |
| 109 | background-color: #f5f7fa; |
| 110 | } |
| 111 | |
| 112 | .pos-item-qty { |
| 113 | display: inline-block; |
| 114 | } |
| 115 | |
| 116 | .pos-qty-row > div { |
| 117 | padding: 5px 0px; |
| 118 | } |
| 119 | |
| 120 | .pos-qty-btn { |
| 121 | margin-top: 3px; |
| 122 | cursor: pointer; |
| 123 | font-size: 120%; |
| 124 | } |
| 125 | |
| 126 | .pos .search-area .form-group { |
| 127 | max-width: 100% !important; |
| 128 | } |
| 129 | |
| 130 | .pos .tax-table { |
| 131 | margin-bottom: 10px; |
| 132 | } |
| 133 | |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 134 | .erpnext-icon { |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 135 | width: 24px;ack |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 136 | margin-right: 0px; |
| 137 | margin-top: -3px; |
| 138 | } |
Nabin Hait | 3769d87 | 2015-12-18 13:12:02 +0530 | [diff] [blame] | 139 | |
| 140 | .pos .discount-amount-area { |
| 141 | .discount-field-col { |
| 142 | padding-left: 0px; |
| 143 | } |
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 144 | |
Nabin Hait | 3769d87 | 2015-12-18 13:12:02 +0530 | [diff] [blame] | 145 | .input-group { |
| 146 | margin-top: 2px; |
| 147 | } |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 148 | } |
| 149 | |
| 150 | .dashboard-list-item { |
| 151 | background-color: inherit; |
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 152 | padding: 5px 0px; |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 153 | border-bottom: 1px solid @border-color; |
| 154 | } |
| 155 | |
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 156 | #page-stock-balance .dashboard-list-item { |
| 157 | padding: 5px 15px; |
| 158 | } |
| 159 | |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 160 | .dashboard-list-item:last-child { |
| 161 | border-bottom: none; |
| 162 | } |
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 163 | |
| 164 | .payment-toolbar { |
| 165 | margin-left: 35px; |
| 166 | } |
| 167 | |
| 168 | .payment-mode { |
| 169 | cursor: pointer; |
| 170 | font-family: sans-serif; |
| 171 | font-size: 15px; |
| 172 | } |
| 173 | |
| 174 | .pos-payment-row .col-xs-6 { |
| 175 | padding :10px; |
| 176 | } |
| 177 | |
| 178 | .pos-payment-row { |
| 179 | border-bottom:1px solid #d1d8dd; |
Rohit Waghchaure | 9fe40d5 | 2016-06-13 21:37:10 +0530 | [diff] [blame] | 180 | margin: 2px 0px 5px 0px; |
| 181 | height: 60px; |
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 182 | } |
| 183 | |
| 184 | .pos-payment-row:hover, .pos-keyboard-key:hover{ |
| 185 | background-color: #FAFBFC; |
| 186 | cursor: pointer; |
| 187 | } |
| 188 | |
| 189 | .pos-keyboard-key, .delete-btn { |
| 190 | border: 1px solid #d1d8dd; |
| 191 | height:85px; |
| 192 | width:85px; |
| 193 | margin:10px 10px; |
| 194 | font-size:24px; |
| 195 | font-weight:200; |
| 196 | background-color: #FDFDFD; |
| 197 | border-color: #e8e8e8; |
| 198 | } |
| 199 | |
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 200 | .amount-label { |
| 201 | font-size: 16px; |
| 202 | } |
| 203 | |
| 204 | .selected-payment-mode { |
| 205 | background-color: #FAFBFC; |
| 206 | cursor: pointer; |
| 207 | } |
| 208 | |
| 209 | .pos-invoice-list { |
| 210 | padding: 15px 10px; |
| 211 | } |