Began moving character sheet and related menus to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-18 15:04:09 +02:00
parent 817020bea8
commit 137a94f251
13 changed files with 142 additions and 107 deletions

View File

@@ -26,3 +26,14 @@ paper-tabs.transparent-brown {
app-toolbar.medium-tall {
height: 108px;
}
.character-name {
padding-left: 16px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.character-menu paper-item{
cursor: pointer;
}