add bars for Ausdauer and Astralenergie, make basiswerte have modifiers

This commit is contained in:
Sven Balzer
2024-12-19 14:28:42 +01:00
parent 4079a40d6b
commit fea5de6596
5 changed files with 191 additions and 47 deletions
+16 -2
View File
@@ -224,6 +224,16 @@ html {
--bar-color-left: #401f25;
--bar-color-right: #861212;
}
&.ausdauer {
--bar-color-left: #114f0c;
--bar-color-right: #178010;
}
&.astralenergie {
--bar-color-left: #0e1155;
--bar-color-right: #141cb7;
}
}
@@ -332,10 +342,14 @@ html {
gap: 0.5rem;
}
& .Basiswerte {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: minmax(0, max-content) repeat(5, minmax(0, 1fr));
align-items: center;
& .list-header :not(:nth-child(1)), .list-item :not(:nth-child(1)) {
text-align: center;
}
}
& .Sonderfertigkeiten {