test
This commit is contained in:
@@ -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
|
||||
============================================ */
|
||||
|
||||
Reference in New Issue
Block a user