Began work on character sheet templates
This commit is contained in:
@@ -17,7 +17,7 @@ paper-tabs[noink][nobar] paper-tab.core-selected {
|
||||
}
|
||||
|
||||
::shadow #ink {
|
||||
color: #d50000 !important;
|
||||
color: #b22 !important;
|
||||
}
|
||||
|
||||
paper-tabs.transparent-brown {
|
||||
@@ -32,4 +32,4 @@ paper-tabs.transparent-brown::shadow #selectionBar {
|
||||
|
||||
paper-tabs.transparent-brown paper-tab::shadow #ink {
|
||||
color: #795548;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -28,11 +28,11 @@
|
||||
</paper-tabs>
|
||||
|
||||
<core-animated-pages selected={{selectedTab}} transitions="slide-from-right">
|
||||
<div>Stats</div>
|
||||
<div>Features</div>
|
||||
<div>Persona</div>
|
||||
<div>Inventory</div>
|
||||
<div>Spellbook</div>
|
||||
<div>Journal</div>
|
||||
<div>{{> stats}}</div>
|
||||
<div>{{> features}}</div>
|
||||
<div>{{> persona}}</div>
|
||||
<div>{{> inventory}}</div>
|
||||
<div>{{> spellBook}}</div>
|
||||
<div>{{> journal}}</div>
|
||||
</core-animated-pages>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user