détail d'une session de l'edt en cours

This commit is contained in:
trochas
2026-01-06 18:27:46 +01:00
parent 3ec0110aab
commit 7094373ca2
12 changed files with 173 additions and 43 deletions

View File

@@ -33,7 +33,7 @@
padding: 8px;
/* background-color: var(--tint2); */
border-radius: 20px;
height: 50px;
height: 30px;
text-align: cedter;
font-size: 1em;
}
@@ -51,20 +51,24 @@
background-color: var(--tint4);
border-radius: 12px;
padding: 8px;
height: 80px;
}
.edt_session:hover {
background-color: var(--tint2);
}
.edt_session:active {
background-color: var(--tint5);
}
.edt_date{
font-size: 0.75em;
}
.edt_button_week_select{
background-color: var(--tint3);
background-color: var(--tint2);
color: var(--text);
height: 40px;
border-radius: 20px;
}
.edt_button{
background-color: var(--tint3);
color: var(--text);
height: 40px;
border-radius: 20px;
}