Merge branch 'v1.4-blessures' into 'v1.4'

Amélioration des blessures #173

See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!217
This commit is contained in:
2021-04-28 07:42:01 +00:00
4 changed files with 29 additions and 13 deletions

View File

@ -379,6 +379,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;
@ -660,7 +674,6 @@ ul, li {
.table-row {
margin: 0.125rem;
border-radius: 0;
padding: 0.125rem;
flex: 1 1 5rem;
}