add bars for Ausdauer and Astralenergie, make basiswerte have modifiers
This commit is contained in:
+16
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user