| 1 |
<div style="max-width: 400px;"> |
| 2 |
<div style="font-size: 0.85rem; font-weight: 600; margin-bottom: 0.75rem;">Map your columns</div> |
| 3 |
<div style="display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem;"> |
| 4 |
<span style="min-width: 100px; font-family: var(--font-mono); font-size: 0.85rem;">Title</span> |
| 5 |
<select disabled style="flex: 1; padding: 0.3rem; font-size: 0.85rem;"> |
| 6 |
<option selected>item_title</option> |
| 7 |
</select> |
| 8 |
</div> |
| 9 |
<div style="display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem;"> |
| 10 |
<span style="min-width: 100px; font-family: var(--font-mono); font-size: 0.85rem;">Email</span> |
| 11 |
<select disabled style="flex: 1; padding: 0.3rem; font-size: 0.85rem;"> |
| 12 |
<option selected>email</option> |
| 13 |
</select> |
| 14 |
</div> |
| 15 |
<div style="display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem;"> |
| 16 |
<span style="min-width: 100px; font-family: var(--font-mono); font-size: 0.85rem;">Amount</span> |
| 17 |
<select disabled style="flex: 1; padding: 0.3rem; font-size: 0.85rem;"> |
| 18 |
<option selected>amount</option> |
| 19 |
</select> |
| 20 |
</div> |
| 21 |
<div style="display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem;"> |
| 22 |
<span style="min-width: 100px; font-family: var(--font-mono); font-size: 0.85rem;">Date</span> |
| 23 |
<select disabled style="flex: 1; padding: 0.3rem; font-size: 0.85rem;"> |
| 24 |
<option selected>date</option> |
| 25 |
</select> |
| 26 |
</div> |
| 27 |
<div style="display: flex; align-items: center; gap: 1rem; margin-bottom: 0.5rem;"> |
| 28 |
<span style="min-width: 100px; font-family: var(--font-mono); font-size: 0.85rem;">Tier</span> |
| 29 |
<select disabled style="flex: 1; padding: 0.3rem; font-size: 0.85rem;"> |
| 30 |
<option selected>(skip)</option> |
| 31 |
</select> |
| 32 |
</div> |
| 33 |
</div> |
| 34 |
|