Finished upgrading stat tab to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-20 09:05:16 +02:00
parent c4a488a176
commit b44fe33b30
10 changed files with 169 additions and 173 deletions

View File

@@ -9,7 +9,7 @@
}
.character-card .image {
position: relative;
}
.character-card .initials {
@@ -19,8 +19,11 @@
}
.character-card paper-item {
margin-top: 8px;
margin-bottom: 8px;
padding-top: 16px;
padding-bottom: 16px;
height: 76px;
background-color: #545454;
background-color: rgba(0,0,0,0.3);
}
.character-card .name {