des
This commit is contained in:
parent
b24d26b0f7
commit
3ecbbb40bd
|
|
@ -310,28 +310,24 @@ content-area {
|
||||||
/* ============================================
|
/* ============================================
|
||||||
CONTENT AREA - SIMPLIFIÉ
|
CONTENT AREA - SIMPLIFIÉ
|
||||||
============================================ */
|
============================================ */
|
||||||
.content-area {
|
.content-area.content-area {
|
||||||
padding-top: calc(var(--header-height) + 56px + 16px); /* Header + nav-bar + espace */
|
padding: calc(var(--header-height) + 56px + 16px) 0 0 0 !important;
|
||||||
padding-left: 24px;
|
max-width: 100vw !important;
|
||||||
padding-right: 24px;
|
margin: 0 !important;
|
||||||
padding-bottom: 24px;
|
width: 100vw !important;
|
||||||
max-width: 1400px;
|
overflow-x: hidden;
|
||||||
margin: 0 auto;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
CONTENT CARD - SIMPLE ET PROPRE
|
CONTENT CARD - SIMPLE ET PROPRE
|
||||||
============================================ */
|
============================================ */
|
||||||
.content-card {
|
.content-card {
|
||||||
background-color: white;
|
border: none !important;
|
||||||
border-radius: 8px;
|
background: transparent !important;
|
||||||
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
|
box-shadow: none !important;
|
||||||
border: 1px solid var(--office-border);
|
margin: 0 !important;
|
||||||
margin-bottom: 24px;
|
width: 100vw !important;
|
||||||
overflow: hidden;
|
max-width: 100vw !important;
|
||||||
width: 100%;
|
|
||||||
max-width: 1400px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -360,10 +356,13 @@ content-area {
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
padding: 5px;
|
padding: 30px !important;
|
||||||
background-color: var(--office-light); /* Couleur légère harmonieuse */
|
background-color: var(--office-light);
|
||||||
width: 100% !important;
|
|
||||||
border: none !important;
|
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 */
|
/* Bordure subtile en haut pour lier visuellement avec nav-bar */
|
||||||
|
|
|
||||||
|
|
@ -145,7 +145,7 @@ console.groupEnd();
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.22.13" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.22.14" rel="stylesheet">
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||||
|
|
||||||
<!-- ============================================
|
<!-- ============================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user