Rajout de la colonne Emballé et modifs de style

This commit is contained in:
2023-12-09 14:52:36 +01:00
parent 9729a1d43c
commit d670d26bd5
5 changed files with 64 additions and 36 deletions

View File

@@ -4,27 +4,53 @@
text-align: left;
}
/*
.tableau li:nth-child(2),
.tableau li:nth-child(3),
.tableau li:nth-child(4),
.tableau li:nth-child(5) {
width: 100px;
.tableau li {
width: 80px;
}
.tableau li:nth-child(2) {
width: 200px;
}
.tableau li:nth-child(3) {
width: 20px;
}
*/
.tableau li {
flex: auto;
list-style-type: none;
width: min-content;
padding: 8px;
padding: 0px 4px;
align-self: center;
text-align: left;
}
figure {
margin: 4px 0px !important;
}
.tableau ul:nth-child(even) {
background-color: #f47f7f;
}
.tableau ul:nth-child(odd) {
background-color: white;
}
.tableau figcaption {
font-weight: bold;
}
.tableau ul:nth-child(even) figcaption{
color: white;
}
.tableau ul:nth-child(odd) figcaption {
color: #f47f7f;
}
.tableau ul:nth-child(even) {
background-color: aliceblue;
color: white;
}
.tableau ul:nth-child(odd) {
color: #f47f7f;
}
.tableau ul:first-child li {
font-weight: bold;
}