Update App.jsx via upload script - 2026-07-22 16:59:24
This commit is contained in:
parent
f1ada1cc4f
commit
ab6ddfb565
4
App.jsx
4
App.jsx
|
|
@ -854,9 +854,9 @@ const Styles = () => (
|
|||
}
|
||||
@keyframes catalog-doc-spin { to { transform: rotate(360deg); } }
|
||||
.catalog-dropzone {
|
||||
border-radius: 12px; transition: background 0.15s, outline 0.15s; outline: 2px dashed transparent; outline-offset: 6px;
|
||||
border-radius: 12px; transition: background 0.15s;
|
||||
}
|
||||
.catalog-dropzone.drag-active { outline-color: var(--blue); background: #F0F6FA; }
|
||||
.catalog-dropzone.drag-active { outline: 2px dashed var(--blue); outline-offset: 6px; background: #F0F6FA; }
|
||||
.catalog-doc-card { cursor: grab; }
|
||||
.catalog-doc-card.dragging { opacity: 0.5; }
|
||||
.field-label-row { display: flex; align-items: center; justify-content: space-between; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue