This commit is contained in:
2025-12-22 23:33:41 +00:00
parent 3ecbbb40bd
commit bf3ec6a9a5
2 changed files with 1 additions and 13 deletions

View File

@@ -365,18 +365,6 @@ content-area {
min-height: calc(100vh - var(--header-height) - 56px - 16px) !important;
}
/* Bordure subtile en haut pour lier visuellement avec nav-bar */
.content-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--office-primary), #d15a3a, #ff7b5c);
opacity: 0.8;
}
/* ============================================
HEADER CONTROLS
============================================ */