|
125 | 125 | <div class="mt-2"> |
126 | 126 | <input |
127 | 127 | autocomplete="given-name" |
128 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 128 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
129 | 129 | id="first-name" |
130 | 130 | name="firstName" |
131 | 131 | type="text" |
|
142 | 142 | <div class="mt-2"> |
143 | 143 | <input |
144 | 144 | autocomplete="family-name" |
145 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 145 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
146 | 146 | id="last-name" |
147 | 147 | name="lastName" |
148 | 148 | type="text" |
|
159 | 159 | <div class="mt-2"> |
160 | 160 | <input |
161 | 161 | autocomplete="email" |
162 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 162 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
163 | 163 | id="email" |
164 | 164 | name="email" |
165 | 165 | type="email" |
|
180 | 180 | <div class="mt-1"> |
181 | 181 | <input |
182 | 182 | autocomplete="street-address" |
183 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 183 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
184 | 184 | id="street-address" |
185 | 185 | name="streetAddress" |
186 | 186 | type="text" |
|
196 | 196 | <div class="mt-1"> |
197 | 197 | <input |
198 | 198 | autocomplete="postal-code" |
199 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 199 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
200 | 200 | id="postal-code" |
201 | 201 | name="postalCode" |
202 | 202 | type="text" |
|
211 | 211 | <div class="mt-1"> |
212 | 212 | <input |
213 | 213 | autocomplete="address-level2" |
214 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 214 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
215 | 215 | id="city" |
216 | 216 | name="city" |
217 | 217 | type="text" |
|
227 | 227 | <div class="mt-1"> |
228 | 228 | <input |
229 | 229 | autocomplete="country-name" |
230 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 230 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
231 | 231 | id="country" |
232 | 232 | name="country" |
233 | 233 | type="text" |
|
327 | 327 | <label class="block text-sm/6 font-medium text-gray-900" for="iban"> IBAN </label> |
328 | 328 | <div class="mt-2"> |
329 | 329 | <input |
330 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 330 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
331 | 331 | id="iban" |
332 | 332 | name="iban" |
333 | 333 | placeholder="DE00 0000 0000 0000 0000 00" |
|
342 | 342 | <label class="block text-sm/6 font-medium text-gray-900" for="bic"> BIC </label> |
343 | 343 | <div class="mt-2"> |
344 | 344 | <input |
345 | | - class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6" |
| 345 | + class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6" |
346 | 346 | id="bic" |
347 | 347 | name="bic" |
348 | 348 | placeholder="MARKDEF1100" |
|
377 | 377 | type="checkbox" |
378 | 378 | id="name-mention" |
379 | 379 | name="nameMention" |
380 | | - class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600" |
| 380 | + class="text-dark-green focus:ring-dark-green h-4 w-4 rounded border-gray-300" |
381 | 381 | bind:checked={formData.nameMention} |
382 | 382 | /> |
383 | 383 | <div class="text-sm/6"> |
|
403 | 403 | id="agreement" |
404 | 404 | name="agreement" |
405 | 405 | required |
406 | | - class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600" |
| 406 | + class="text-dark-green focus:ring-dark-green h-4 w-4 rounded border-gray-300" |
407 | 407 | bind:checked={formData.agreement} |
408 | 408 | /> |
409 | 409 | <div class="text-sm/6"> |
|
0 commit comments