edt (et pas ent) toujours en cours

This commit is contained in:
trochas
2026-01-06 16:05:41 +01:00
parent 39d603e7e9
commit 7b2b864d86
5 changed files with 106 additions and 76 deletions

View File

@@ -0,0 +1,70 @@
.edt{
justify-contedt: cedter;
background-color: var(--tint1);
border-radius: 30px;
padding: 10px;
}
.edt_header{
justify-contedt: cedter;
display: grid;
grid-template-columns: repeat(2, 1fr);
/* background-color: #0000FF; */
padding-bottom: 10px;
gap: 30%;
}
.edt_colonnes {
display: grid;
align-items: flex-start;
grid-template-columns: repeat(7, 1fr);
gap: 16px;
color: var(--text);
/* background-color: #00FF00; */
width: 100%;
}
.edt_colonne {
display: grid;
background-color: var(--tint3);
border-radius: 20px;
}
.edt_day_header{
padding: 8px;
/* background-color: var(--tint2); */
border-radius: 20px;
height: 50px;
text-align: cedter;
font-size: 1em;
}
.edt_day_contedt{
display: grid;
gap: 8px;
padding: 8px;
border-radius: 20px;
}
.edt_session {
gap: 8px;
background-color: var(--tint4);
border-radius: 12px;
padding: 8px;
height: 80px;
}
.edt_button_week_select{
background-color: var(--tint3);
color: var(--text);
height: 40px;
border-radius: 20px;
}
.edt_button{
background-color: var(--tint3);
color: var(--text);
height: 40px;
border-radius: 20px;
}

View File

@@ -1,46 +0,0 @@
.ent{
justify-content: center;
/* background-color: #FF0000; */
padding: 10px;
}
.ent_header{
justify-content: center;
display: grid;
grid-template-columns: repeat(2, 1fr);
/* background-color: #0000FF; */
padding-bottom: 10px;
gap: 30%;
}
.ent_colonnes {
display: grid;
grid-template-columns: repeat(7, 1fr);
gap: 16px;
color: var(--text);
/* background-color: #00FF00; */
width: 100%;
}
.ent_lines {
display: grid;
gap: 16px;
background-color: var(--tint2);
padding: 8px;
border-radius: 20px;
}
.ent_session {
gap: 5px;
background-color: var(--tint3);
border-radius: 20px;
padding: 8px;
}
.ent_button{
background-color: var(--tint3);
color: var(--text);
height: 30px;
border-radius: 20px;
}