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 */ /* Overlay */
.items-modal-overlay { .items-modal-overlay {
position: fixed; position: fixed;
@@ -356,7 +352,7 @@
.item-id { .item-id {
color: var(--text-muted); color: var(--text-muted);
font-size: 0.8125rem; font-size: 0.8125rem;
font-family: 'SF Mono', 'Monaco', 'Courier New', monospace; font-family: "SF Mono", "Monaco", "Courier New", monospace;
} }
/* Total */ /* Total */
@@ -365,7 +361,11 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 1.5rem; 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: 2px solid rgba(124, 58, 237, 0.3);
border-radius: 12px; border-radius: 12px;
box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2); box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);