This commit is contained in:
KONE SOREL 2026-04-03 07:58:56 +00:00
parent 1170592466
commit cdc435f427

View File

@ -573,25 +573,26 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
}
/* Drawer Close Button */
/* Close Button ERP Style */
.btn-cacher-contexte {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
padding: 12px;
background: var(--bg-sidebar);
color: white;
border: none;
cursor: pointer;
font-size: 0.8rem;
font-family: 'Syne', sans-serif;
font-weight: 600;
letter-spacing: 0.04em;
transition: background var(--transition-fast);
margin-bottom: 16px;
border-radius: 0;
width: 100%;
padding: 1rem;
background: var(--bg-surface-2);
color: var(--text-primary);
border: none;
border-bottom: 1px solid var(--border-light);
cursor: pointer;
font-size: 11px;
font-family: 'Syne', sans-serif;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.btn-cacher-contexte:hover { background: var(--color-primary-light); }
/* Context Cards */