Character Abilities and general stats implemented as Material Cards
This commit is contained in:
3
rpg-docs/client/views/loading/loading.css
Normal file
3
rpg-docs/client/views/loading/loading.css
Normal file
@@ -0,0 +1,3 @@
|
||||
paper-spinner.red::shadow .circle {
|
||||
border-color: #db4437;
|
||||
}
|
||||
3
rpg-docs/client/views/loading/loading.html
Normal file
3
rpg-docs/client/views/loading/loading.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<template name="loading">
|
||||
<paper-spinner class="red" active></paper-spinner>
|
||||
</template>
|
||||
Reference in New Issue
Block a user