Added Basic Health Tracker Functionality

This commit is contained in:
Sebastian Fischlmayr 2022-10-01 21:33:00 +02:00
parent 0abccf3f48
commit 05a0feab52
Signed by: Maverick
GPG key ID: 6379E413924A4E77
10 changed files with 290 additions and 348 deletions

View file

@ -28,16 +28,27 @@
padding: 0px;
text-align: center;
vertical-align: middle;
/*color: white;*/
padding: 2px;
&[type=roll] {
background-color: #550000;
border: 0;
padding: 1px;
width: 1.5em;
height: 1.5em;
background-image: none;
color: white;
border-radius: 8px;
box-shadow: none;
position: relative;
&::before {
width: 100%;
height: 100%;
vertical-align: middle;
text-align: center;
}
}
}