débug calendrier

master
Théo DUPIN 3 years ago
parent 879973363b
commit 59ef8bb81d

@ -152,11 +152,12 @@ body {
} }
.bouton_ajout { .bouton_ajout {
width: 300px; display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 50px; height: 50px;
border-radius: 10px; border-radius: 10px;
border: 0.5px solid;
border: 0;
background-color: rgba(163, 163, 163, 0.371); background-color: rgba(163, 163, 163, 0.371);
border: 1px solid rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1);
backdrop-filter: blur(30px); backdrop-filter: blur(30px);
@ -171,6 +172,7 @@ body {
} }
} }
} }
}
.rbc-calendar { .rbc-calendar {
.rbc-day-bg { .rbc-day-bg {

Loading…
Cancel
Save