Added Basic Health Tracker Functionality
This commit is contained in:
parent
0abccf3f48
commit
05a0feab52
10 changed files with 290 additions and 348 deletions
11
main.css
11
main.css
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue