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 { | ||||
Faris Ansari | 8e282c2 | 2016-07-24 11:36:19 +0530 | [diff] [blame] | 165 | .row { |
166 | width: 323px; | ||||
167 | margin: 0 auto; | ||||
168 | } | ||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 169 | } |
170 | |||||
171 | .payment-mode { | ||||
172 | cursor: pointer; | ||||
173 | font-family: sans-serif; | ||||
174 | font-size: 15px; | ||||
175 | } | ||||
176 | |||||
177 | .pos-payment-row .col-xs-6 { | ||||
178 | padding :10px; | ||||
179 | } | ||||
180 | |||||
181 | .pos-payment-row { | ||||
182 | border-bottom:1px solid #d1d8dd; | ||||
Rohit Waghchaure | 9fe40d5 | 2016-06-13 21:37:10 +0530 | [diff] [blame] | 183 | margin: 2px 0px 5px 0px; |
184 | height: 60px; | ||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 185 | } |
186 | |||||
187 | .pos-payment-row:hover, .pos-keyboard-key:hover{ | ||||
188 | background-color: #FAFBFC; | ||||
189 | cursor: pointer; | ||||
190 | } | ||||
191 | |||||
192 | .pos-keyboard-key, .delete-btn { | ||||
193 | border: 1px solid #d1d8dd; | ||||
194 | height:85px; | ||||
195 | width:85px; | ||||
196 | margin:10px 10px; | ||||
197 | font-size:24px; | ||||
198 | font-weight:200; | ||||
199 | background-color: #FDFDFD; | ||||
200 | border-color: #e8e8e8; | ||||
201 | } | ||||
202 | |||||
Faris Ansari | 8e282c2 | 2016-07-24 11:36:19 +0530 | [diff] [blame] | 203 | .multimode-payments { |
204 | padding-left: 30px; | ||||
205 | } | ||||
206 | |||||
207 | .payment-toolbar { | ||||
208 | padding-right: 30px; | ||||
209 | } | ||||
210 | |||||
211 | body[data-route="pos"] .modal-dialog { | ||||
212 | width: 750px; | ||||
213 | |||||
214 | @media (max-width: @screen-xs) { | ||||
215 | width: auto; | ||||
216 | |||||
217 | .modal-content { | ||||
218 | height: auto; | ||||
219 | } | ||||
220 | } | ||||
221 | } | ||||
222 | |||||
223 | @media (max-width: @screen-xs) { | ||||
224 | .amount-row h3 { | ||||
225 | font-size: 15px; | ||||
226 | } | ||||
227 | .pos-keyboard-key, .delete-btn { | ||||
228 | height: 50px; | ||||
229 | } | ||||
230 | .multimode-payments { | ||||
231 | padding-left: 15px; | ||||
232 | } | ||||
233 | .payment-toolbar { | ||||
234 | padding-right: 15px; | ||||
235 | } | ||||
236 | } | ||||
237 | |||||
Rohit Waghchaure | f2aa176 | 2016-05-20 23:55:45 +0530 | [diff] [blame] | 238 | .amount-label { |
239 | font-size: 16px; | ||||
240 | } | ||||
241 | |||||
242 | .selected-payment-mode { | ||||
243 | background-color: #FAFBFC; | ||||
244 | cursor: pointer; | ||||
245 | } | ||||
246 | |||||
247 | .pos-invoice-list { | ||||
248 | padding: 15px 10px; | ||||
249 | } |