chore: build
Frontend Web - Build & Lint / build (push) Failing after 15m43s

This commit is contained in:
2026-06-19 20:47:54 +02:00
parent b0aba29150
commit 0687171cf3
+6 -6
View File
@@ -1,7 +1,3 @@
/* ============================================
ITEMS MODAL - PROFESSIONAL DARK THEME
============================================ */
/* Overlay */
.items-modal-overlay {
position: fixed;
@@ -356,7 +352,7 @@
.item-id {
color: var(--text-muted);
font-size: 0.8125rem;
font-family: 'SF Mono', 'Monaco', 'Courier New', monospace;
font-family: "SF Mono", "Monaco", "Courier New", monospace;
}
/* Total */
@@ -365,7 +361,11 @@
justify-content: space-between;
align-items: center;
padding: 1.5rem;
background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(124, 58, 237, 0.05));
background: linear-gradient(
135deg,
rgba(124, 58, 237, 0.1),
rgba(124, 58, 237, 0.05)
);
border: 2px solid rgba(124, 58, 237, 0.3);
border-radius: 12px;
box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);