Add overflow and stun damage tracks and include it functionality.

This commit is contained in:
Sebastian Fischlmayr 2022-10-26 15:16:33 +02:00
parent 05a0feab52
commit f600faf50e
Signed by: Maverick
GPG key ID: 6379E413924A4E77
6 changed files with 258 additions and 45 deletions

View file

@ -2,6 +2,11 @@
@import-glob "components/*.css";
:root{
--mainBackgroundColor: #550000;
--mainTextColor: #aaaaee;
}
.sheetform {
padding: 0;
background-color: #0b0b0b !important;
@ -28,7 +33,7 @@
padding: 0px;
text-align: center;
vertical-align: middle;
/*color: white;*/
/* color: var(--mainTextColor); Forget setting color here, it will be overwritten by the theme */
padding: 2px;
&[type=roll] {
@ -50,6 +55,11 @@
text-align: center;
}
}
&[type=action].interact-button {
padding: 2px 8px;
color: var(--mainTextColor);
}
}
input {