Mise à jour

This commit is contained in:
2026-06-03 14:47:35 +02:00
parent 085cf33114
commit ad0d86e734
16 changed files with 669 additions and 889 deletions

View File

@@ -1,8 +1,3 @@
/* ============================================
DASHBOARD - STYLES SPÉCIFIQUES
============================================ */
/* Reservation form */
.reservation-form-container {
max-width: 600px;
margin: 0 auto;
@@ -35,14 +30,14 @@
color: var(--primary-light);
}
/* Chart container */
.chart-container {
position: relative;
height: 300px;
width: 100%;
}
/* Admin table actions */
.table-actions {
display: flex;
gap: 8px;
@@ -53,7 +48,7 @@
font-size: 1rem;
}
/* Status badges */
.badge {
display: inline-block;
padding: 4px 12px;
@@ -73,7 +68,7 @@
color: var(--info);
}
/* Animation pour les mises à jour */
@keyframes pulse-update {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
@@ -83,7 +78,6 @@
animation: pulse-update 0.3s ease;
}
/* Loading state */
.loading {
position: relative;
pointer-events: none;