|
|
| Zeile 1: |
Zeile 1: |
| /* Mini-Styles für LabelScan */
| | |
| .ados-scan__statusrow { display:flex; gap:.6rem; align-items:center; margin:.5rem 0; }
| |
| #ados-scan-progress { width:220px; height:10px; }
| |
| .ados-scan__preview img { max-width:260px; border-radius:8px; box-shadow:0 2px 8px rgba(0,0,0,.15); }
| |
| #ados-scan-results { display:grid; grid-template-columns:1fr; gap:.6rem; margin-top:.6rem; }
| |
| .ados-hit { display:flex; gap:.6rem; align-items:center; border:1px solid #eee; padding:.5rem; border-radius:10px; background:#fff; }
| |
| .ados-hit .thumb img { width:54px; height:54px; object-fit:cover; border-radius:8px; }
| |
| .ados-hit .meta .sub { color:#666; font-size:.9em; }
| |
| .btn { border:1px solid #ccc; background:#fff; padding:.5rem .8rem; border-radius:999px; cursor:pointer; }
| |
| .btn:hover { background:#f7f7f7; }
| |
| .btn-primary { background:#3b82f6; border-color:#3b82f6; color:#fff; }
| |
| .btn-primary:hover { filter:brightness(0.95); }
| |
| .btn-ghost { background:transparent; border-color:#ddd; }
| |