UNPKG

pkg-components

Version:
36 lines (31 loc) 545 B
.wrapper { display: flex; flex-direction: column; align-items: center; padding: 1rem; } .scanner { width: 100%; max-width: 600px; height: 300px; border: 2px dashed #ccc; margin: 1rem 0; } .resultList { width: 100%; max-width: 600px; margin-top: 1rem; } .imei { background: #f1f1f1; padding: 8px; margin: 4px 0; border-radius: 6px; font-family: monospace; } .toast { padding: 1rem; border-radius: 8px; min-width: 250px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }