Got some Polymer 1.0 elements working with 1.4

Character sheets now visible, but vulcanize broke, using raw head imports instead
This commit is contained in:
Stefan Zermatten
2016-12-22 11:15:30 +02:00
parent 042b67dd77
commit 37268495ae
50 changed files with 749 additions and 315 deletions

View File

@@ -1,8 +1,8 @@
paper-tabs, core-toolbar {
paper-tabs, app-toolbar {
box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
core-toolbar paper-tabs {
app-toolbar paper-tabs {
box-shadow: none;
}
@@ -23,6 +23,6 @@ paper-tabs.transparent-brown {
box-shadow: none;
}
core-toolbar.medium-tall {
app-toolbar.medium-tall {
height: 108px;
}