Ajustement de CSS
This commit is contained in:
parent
8aeb72d4b4
commit
3e348ad491
12
css/main.css
12
css/main.css
@ -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;
|
||||
}
|
||||
|
||||
/* ----------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user