valider
This commit is contained in:
@@ -862,6 +862,20 @@ body.sidebar-collapsed .nav-bar {
|
||||
padding: 1rem !important;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
flex-direction: column;
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.btn-export {
|
||||
margin-top: 0.5rem;
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
|
||||
/* Écrans larges : mêmes insets pour nav-tabs et content-area */
|
||||
@@ -1431,4 +1445,20 @@ li i { margin-right:10px; color:#007bff; }
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
/* Styles communs pour tous les graphiques */
|
||||
.chart-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.legend-text {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.btn-export {
|
||||
padding: 0.25rem 0.5rem;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user