Ajustement de CSS

This commit is contained in:
Vincent Calame 2023-01-26 16:19:46 +01:00 committed by root
parent 8aeb72d4b4
commit 3e348ad491

View File

@ -281,10 +281,9 @@ table {
.sommaire-Summary {
padding: 1rem;
font-family: 'metropolislight';
font-family: 'metropolismedium';
color: #203636;
font-size: 1.7rem;
font-weight: bold;
list-style: none;
}
@ -294,15 +293,22 @@ table {
.sommaire-Summary::after {
content: " ⏵";
/*content: " ⯈";
content: " ▶";*/
font-family: sans-serif;
}
.sommaire-Details[open] .sommaire-Summary::after {
content: " ⏷";
/*content: " ⯆";
content: " ▼";*/
font-family: sans-serif;
}
.sommaire-Liste {
column-count: 3;
padding-bottom: 2rem;
font-size: 0.8em;
}
.sommaire-Liste li {
@ -312,6 +318,8 @@ table {
border-bottom-width: thin;
border-bottom-style: solid;
border-bottom-color: #cbddafe8;
break-inside: avoid;
line-height: 1.8;
}
/* ----------------------------- */