Amélioration présentation blessures #173

This commit is contained in:
Vincent Vandemeulebrouck
2021-04-27 00:30:46 +02:00
parent f2a2b2acda
commit 0152607a69
6 changed files with 107 additions and 193 deletions

View File

@ -645,6 +645,24 @@ ul, li {
padding: 0.125rem;
flex: 1 1 5rem;
}
.table-row {
margin: 0.125rem;
border-radius: 0;
padding: 0.125rem;
flex: 1 1 5rem;
}
.alterne-row > .row-item:hover {
background: rgba(100, 100, 50, 0.25);
}
.alterne-row > .row-item:nth-child(even) {
background: rgba(80, 60, 0, 0.10);
}
.alterne-row > .row-item:nth-child(odd) {
background: rgb(160, 130, 100, 0.05);
}
.item-display-show {
display: block;
}