Affichage des bonus requis

L'affichage est en option (ce n'est pas une règle officielle)
This commit is contained in:
Vincent Vandemeulebrouck
2021-10-09 22:02:13 +02:00
parent f28a58ebb8
commit 9a637be4e9
5 changed files with 16 additions and 5 deletions

View File

@ -503,6 +503,11 @@ table {border: 1px solid #7a7971;}
background:linear-gradient(30deg, rgba(61, 55, 93, 0.2), rgba(178, 179, 196, 0.1), rgba(59, 62, 63, 0.2), rgba(206, 204, 199, 0.1), rgba(61, 46, 49, 0.2));
}
.rdd-niveau-requis{
font-size: 0.80rem;
text-align: right;
}
.table-resolution-carac {
background-color: yellow;
}