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; |
Faris Ansari | d217387 | 2016-08-09 14:15:31 +0530 | [diff] [blame] | 61 | background-size: contain; |
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 62 | border: 1px solid transparent; |
Faris Ansari | d217387 | 2016-08-09 14:15:31 +0530 | [diff] [blame] | 63 | background-position: center; |
64 | background-repeat: no-repeat; | ||||
Anand Doshi | da858cc | 2015-02-24 17:50:44 +0530 | [diff] [blame] | 65 | } |
66 | |||||
67 | .pos-item-area { | ||||
68 | border: 1px solid #d1d8dd; | ||||
69 | border-top: none; | ||||
70 | } | ||||
71 | |||||
72 | .pos-item-toolbar { | ||||
73 | padding: 10px 0px; | ||||
74 | border-bottom: 1px solid #d1d8dd; | ||||
75 | } | ||||
76 | |||||
77 | .item-list-area { | ||||
78 | padding: 15px 0px; | ||||
79 | } | ||||
80 | |||||
81 | .pos-toolbar, .pos-bill-toolbar { | ||||
82 | padding: 10px 0px; | ||||
83 | border-bottom: 1px solid #d1d8dd; | ||||
84 | height: 51px; | ||||
85 | } | ||||
86 | |||||
87 | .pos-item-toolbar .form-group { | ||||
88 | margin-bottom: 0px; | ||||
89 | } | ||||
90 | |||||
91 | .pos-bill-wrapper { | ||||
92 | border: 1px solid #d1d8dd; | ||||
93 | border-top: none; | ||||
94 | margin-right: -1px; | ||||
95 | } | ||||
96 | |||||
97 | .pos-bill { | ||||
98 | margin-left: -15px; | ||||
99 | margin-right: -15px; | ||||
100 | } | ||||
101 | |||||
102 | .pos-bill-row { | ||||
103 | margin: 0px; | ||||
104 | padding: 7px 0px; | ||||
105 | border-top: 1px solid #d1d8dd; | ||||
106 | } | ||||
107 | |||||
108 | .pos-bill-header { | ||||
109 | border: none !important; | ||||
110 | background-color: #f5f7fa; | ||||
111 | } | ||||
112 | |||||
113 | .pos-item-qty { | ||||
114 | display: inline-block; | ||||
115 | } | ||||
116 | |||||
117 | .pos-qty-row > div { | ||||
118 | padding: 5px 0px; | ||||
119 | } | ||||
120 | |||||
121 | .pos-qty-btn { | ||||
122 | margin-top: 3px; | ||||
123 | cursor: pointer; | ||||
124 | font-size: 120%; | ||||
125 | } | ||||
126 | |||||
127 | .pos .search-area .form-group { | ||||
128 | max-width: 100% !important; | ||||
129 | } | ||||
130 | |||||
131 | .pos .tax-table { | ||||
132 | margin-bottom: 10px; | ||||
133 | } | ||||
134 | |||||
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 135 | .erpnext-icon { |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 136 | width: 24px;ack |
Anand Doshi | 906c2ba | 2015-07-17 15:11:24 +0530 | [diff] [blame] | 137 | margin-right: 0px; |
138 | margin-top: -3px; | ||||
139 | } | ||||
Nabin Hait | 3769d87 | 2015-12-18 13:12:02 +0530 | [diff] [blame] | 140 | |
141 | .pos .discount-amount-area { | ||||
142 | .discount-field-col { | ||||
143 | padding-left: 0px; | ||||
144 | } | ||||
Rushabh Mehta | 203cc96 | 2016-04-07 15:25:43 +0530 | [diff] [blame] | 145 | |
Nabin Hait | 3769d87 | 2015-12-18 13:12:02 +0530 | [diff] [blame] | 146 | .input-group { |
147 | margin-top: 2px; | ||||
148 | } | ||||
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 149 | } |
150 | |||||
151 | .dashboard-list-item { | ||||
152 | background-color: inherit; | ||||
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 153 | padding: 5px 0px; |
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 154 | border-bottom: 1px solid @border-color; |
155 | } | ||||
156 | |||||
Rushabh Mehta | d1eba51 | 2016-06-13 17:46:55 +0530 | [diff] [blame] | 157 | #page-stock-balance .dashboard-list-item { |
158 | padding: 5px 15px; | ||||
159 | } | ||||
160 | |||||
Rushabh Mehta | 3d2622c | 2016-04-25 17:53:42 +0530 | [diff] [blame] | 161 | .dashboard-list-item:last-child { |
162 | border-bottom: none; | ||||
163 | } | ||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 164 | |
165 | .payment-toolbar { | ||||
Faris Ansari | 8e282c2 | 2016-07-24 11:36:19 +0530 | [diff] [blame] | 166 | .row { |
167 | width: 323px; | ||||
168 | margin: 0 auto; | ||||
169 | } | ||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 170 | } |
171 | |||||
172 | .payment-mode { | ||||
173 | cursor: pointer; | ||||
174 | font-family: sans-serif; | ||||
175 | font-size: 15px; | ||||
176 | } | ||||
177 | |||||
178 | .pos-payment-row .col-xs-6 { | ||||
Rohit Waghchaure | baef262 | 2016-08-05 15:41:36 +0530 | [diff] [blame] | 179 | padding :15px; |
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 180 | } |
181 | |||||
182 | .pos-payment-row { | ||||
183 | border-bottom:1px solid #d1d8dd; | ||||
Rohit Waghchaure | 9fe40d5 | 2016-06-13 21:37:10 +0530 | [diff] [blame] | 184 | margin: 2px 0px 5px 0px; |
185 | height: 60px; | ||||
Rohit Waghchaure | baef262 | 2016-08-05 15:41:36 +0530 | [diff] [blame] | 186 | margin-top: 0px; |
187 | margin-bottom: 0px; | ||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 188 | } |
189 | |||||
190 | .pos-payment-row:hover, .pos-keyboard-key:hover{ | ||||
191 | background-color: #FAFBFC; | ||||
192 | cursor: pointer; | ||||
193 | } | ||||
194 | |||||
195 | .pos-keyboard-key, .delete-btn { | ||||
196 | border: 1px solid #d1d8dd; | ||||
197 | height:85px; | ||||
198 | width:85px; | ||||
199 | margin:10px 10px; | ||||
200 | font-size:24px; | ||||
201 | font-weight:200; | ||||
202 | background-color: #FDFDFD; | ||||
203 | border-color: #e8e8e8; | ||||
204 | } | ||||
205 | |||||
Faris Ansari | 8e282c2 | 2016-07-24 11:36:19 +0530 | [diff] [blame] | 206 | .multimode-payments { |
207 | padding-left: 30px; | ||||
208 | } | ||||
209 | |||||
210 | .payment-toolbar { | ||||
211 | padding-right: 30px; | ||||
212 | } | ||||
213 | |||||
214 | body[data-route="pos"] .modal-dialog { | ||||
215 | width: 750px; | ||||
216 | |||||
217 | @media (max-width: @screen-xs) { | ||||
218 | width: auto; | ||||
219 | |||||
220 | .modal-content { | ||||
221 | height: auto; | ||||
222 | } | ||||
223 | } | ||||
224 | } | ||||
225 | |||||
226 | @media (max-width: @screen-xs) { | ||||
227 | .amount-row h3 { | ||||
228 | font-size: 15px; | ||||
229 | } | ||||
230 | .pos-keyboard-key, .delete-btn { | ||||
231 | height: 50px; | ||||
232 | } | ||||
233 | .multimode-payments { | ||||
234 | padding-left: 15px; | ||||
235 | } | ||||
236 | .payment-toolbar { | ||||
237 | padding-right: 15px; | ||||
238 | } | ||||
239 | } | ||||
240 | |||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 241 | .amount-label { |
242 | font-size: 16px; | ||||
243 | } | ||||
244 | |||||
245 | .selected-payment-mode { | ||||
246 | background-color: #FAFBFC; | ||||
247 | cursor: pointer; | ||||
248 | } | ||||
249 | |||||
250 | .pos-invoice-list { | ||||
251 | padding: 15px 10px; | ||||
252 | } | ||||
Rohit Waghchaure | baef262 | 2016-08-05 15:41:36 +0530 | [diff] [blame] | 253 | |
254 | .write_off_amount, .change_amount { | ||||
255 | margin: 15px; | ||||
256 | width: 130px; | ||||
257 | } |