Initialization
This commit is contained in:
commit
3458f39973
28 changed files with 6780 additions and 0 deletions
3
views/_main-sheet.css
Normal file
3
views/_main-sheet.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
input.sheet-tabstoggle[value="main"]~.main-tab {
|
||||
display: block;
|
||||
}
|
18
views/_main-sheet.pug
Normal file
18
views/_main-sheet.pug
Normal file
|
@ -0,0 +1,18 @@
|
|||
.tab.main-tab
|
||||
.generic-grid
|
||||
.ability-box
|
||||
h2 Abilities
|
||||
include .././components/_abilityBox
|
||||
.healthBox
|
||||
h2 Health
|
||||
.healthWrapper
|
||||
.healthContainer
|
||||
label.healthTrackerBox.reset
|
||||
input.hidden.vis(type="radio" name="attr_physicalHealth" value="0" checked="checked")
|
||||
label.healthTrackerBox
|
||||
input.hidden.vis(type="radio" name="attr_physicalHealth" value="1")
|
||||
label.healthTrackerBox
|
||||
input.hidden.vis(type="radio" name="attr_physicalHealth" value="2")
|
||||
label.healthTrackerBox
|
||||
input.hidden.vis(type="radio" name="attr_physicalHealth" value="3")
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue