forked from public/foundryvtt-reve-de-dragon
More automatism
This commit is contained in:
@ -321,8 +321,12 @@ button {
|
||||
}
|
||||
.table-fatigue td {
|
||||
table-layout: fixed;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 4px;
|
||||
height: 4px;
|
||||
}
|
||||
.table-fatigue .fatigue-used {
|
||||
background-color: DarkRed;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
.table-fatigue .fatigue-none {
|
||||
background-color: black;
|
||||
@ -331,4 +335,9 @@ button {
|
||||
.table-fatigue .fatigue-free {
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
.table-fatigue .fatigue-malus {
|
||||
font-size:8px;
|
||||
}
|
||||
.flex-fatigue {
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user