Tailles typos agenda > par mois
All checks were successful
Deploy / Deploy to Production (push) Successful in 5s

This commit is contained in:
camille 2026-06-23 10:49:07 +02:00
parent ee47b8748d
commit 05fc9ddbcb
5 changed files with 26 additions and 3 deletions

View file

@ -2,6 +2,7 @@
main { main {
background-color: transparent; background-color: transparent;
ul.sort-buttons { ul.sort-buttons {
background-color: transparent; background-color: transparent;
@ -24,6 +25,15 @@
} }
.dates-container { .dates-container {
[data-view="events"]{
ul{
li{
padding-bottom: 2em;
}
}
}
box-sizing: border-box; box-sizing: border-box;
background-color: var(--color-beige); background-color: var(--color-beige);
padding: 2rem; padding: 2rem;
@ -63,12 +73,13 @@
} }
h4 { h4 {
font-size: 3rem; font-size: var(--font-size-L);
font-weight: normal; font-weight: normal;
} }
.date { .date {
margin: 1rem 0; margin: 1rem 0;
font-size: var(--font-size-M);
a { a {
text-decoration: underline; text-decoration: underline;

View file

@ -1,4 +1,5 @@
[data-template="event"] { [data-template="event"] {
main { main {
article { article {
box-sizing: border-box; box-sizing: border-box;
@ -78,6 +79,9 @@
width: 40rem; width: 40rem;
margin: auto; margin: auto;
text-align: center; text-align: center;
li{
padding-bottom: 2rem;
}
} }
a.button-link { a.button-link {

View file

@ -584,6 +584,9 @@ summary {
margin: auto; margin: auto;
text-align: center; text-align: center;
} }
[data-template=event] main details.dates ul li {
padding-bottom: 2rem;
}
[data-template=event] main details.dates a.button-link { [data-template=event] main details.dates a.button-link {
border-radius: var(--border-radius); border-radius: var(--border-radius);
border: var(--border); border: var(--border);
@ -616,6 +619,9 @@ summary {
[data-template=agenda] main ul.sort-buttons li button.active { [data-template=agenda] main ul.sort-buttons li button.active {
text-decoration: underline; text-decoration: underline;
} }
[data-template=agenda] main .dates-container [data-view=events] ul li {
padding-bottom: 2em;
}
[data-template=agenda] main .dates-container { [data-template=agenda] main .dates-container {
box-sizing: border-box; box-sizing: border-box;
background-color: var(--color-beige); background-color: var(--color-beige);
@ -650,11 +656,12 @@ summary {
padding-bottom: 2rem; padding-bottom: 2rem;
} }
[data-template=agenda] main .dates-container .month .event h4 { [data-template=agenda] main .dates-container .month .event h4 {
font-size: 3rem; font-size: var(--font-size-L);
font-weight: normal; font-weight: normal;
} }
[data-template=agenda] main .dates-container .month .event .date { [data-template=agenda] main .dates-container .month .event .date {
margin: 1rem 0; margin: 1rem 0;
font-size: var(--font-size-M);
} }
[data-template=agenda] main .dates-container .month .event .date a { [data-template=agenda] main .dates-container .month .event .date a {
text-decoration: underline; text-decoration: underline;

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
x