Amélioration des blessures #173

# Conflicts:
#	templates/chat-resultat-encaissement.html
This commit is contained in:
Vincent Vandemeulebrouck
2021-04-28 00:30:31 +02:00
parent 0a9e8e0ac6
commit 78d4b48aae
4 changed files with 29 additions and 13 deletions

View File

@@ -365,6 +365,20 @@ table {border: 1px solid #7a7971;}
border-bottom: 1px solid #BBB;
}
.blessure-inactive{
color:rgba(150, 150, 150, 0.4)
}
.blessure-active-legere{
color:rgba(60, 60, 60, 0.9);
text-shadow: rgba(60, 60, 60, 0.7);
}
.blessure-active-grave{
color:rgba(218, 126, 21, 0.9);
}
.blessure-active-critique{
color:rgba(173, 36, 26, 0.9);
}
.foundryvtt-reve-de-dragon .items-list .item .item-image {
-webkit-box-flex: 0;
-ms-flex: 0 0 24px;
@@ -630,7 +644,6 @@ ul, li {
.table-row {
margin: 0.125rem;
border-radius: 0;
padding: 0.125rem;
flex: 1 1 5rem;
}