des
This commit is contained in:
@@ -310,28 +310,24 @@ content-area {
|
||||
/* ============================================
|
||||
CONTENT AREA - SIMPLIFIÉ
|
||||
============================================ */
|
||||
.content-area {
|
||||
padding-top: calc(var(--header-height) + 56px + 16px); /* Header + nav-bar + espace */
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
padding-bottom: 24px;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
.content-area.content-area {
|
||||
padding: calc(var(--header-height) + 56px + 16px) 0 0 0 !important;
|
||||
max-width: 100vw !important;
|
||||
margin: 0 !important;
|
||||
width: 100vw !important;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* ============================================
|
||||
CONTENT CARD - SIMPLE ET PROPRE
|
||||
============================================ */
|
||||
.content-card {
|
||||
background-color: white;
|
||||
border-radius: 8px;
|
||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
|
||||
border: 1px solid var(--office-border);
|
||||
margin-bottom: 24px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
max-width: 1400px;
|
||||
border: none !important;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
margin: 0 !important;
|
||||
width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -360,10 +356,13 @@ content-area {
|
||||
}
|
||||
|
||||
.card-body {
|
||||
padding: 5px;
|
||||
background-color: var(--office-light); /* Couleur légère harmonieuse */
|
||||
width: 100% !important;
|
||||
padding: 30px !important;
|
||||
background-color: var(--office-light);
|
||||
border: none !important;
|
||||
width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
margin: 0 !important;
|
||||
min-height: calc(100vh - var(--header-height) - 56px - 16px) !important;
|
||||
}
|
||||
|
||||
/* Bordure subtile en haut pour lier visuellement avec nav-bar */
|
||||
|
||||
Reference in New Issue
Block a user