Migrated the Feature page to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-20 15:45:18 +02:00
parent 4261776d8c
commit 33ca60c2e6
20 changed files with 613 additions and 234 deletions

View File

@@ -55,6 +55,8 @@ paper-icon-item::shadow #contentIcon {
position: fixed;
bottom: 24px;
right: 24px;
/* stop the fab from flashing during animation */
transform: translateZ(0);
}
paper-fab {
@@ -75,6 +77,11 @@ paper-button {
text-transform: uppercase;
}
dicecloud-selector paper-item {
white-space: nowrap;
overflow: hidden;
}
/*Style shortcuts*/
.scroll-y {
overflow-y: auto;