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

View file

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

View file

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

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
x