More automatism

This commit is contained in:
2020-05-28 23:36:09 +02:00
parent de4a9024fe
commit 15342a65fc
7 changed files with 112 additions and 44 deletions

View File

@ -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;
}