Updated color dropdown to Polymer 1 paper-swatch-picker

This commit is contained in:
Stefan Zermatten
2017-01-31 13:36:15 +02:00
parent a869772238
commit 03cb32bf34
7 changed files with 37 additions and 17 deletions

View File

@@ -70,6 +70,10 @@
background-color: #9E9E9E;
}
.blue-grey {
background-color: #607D8B;
}
.app-grey {
background-color: #424242;
}
@@ -80,4 +84,4 @@
.black {
background-color: #262626;
}
}