Updated the new character dialog to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-16 15:34:23 +02:00
parent d4bec4f5e7
commit bdc64dfb10
7 changed files with 93 additions and 73 deletions

View File

@@ -50,3 +50,11 @@
background: red;
border-radius: 30px;
}
.dialog-stack .dialog .form {
padding: 24px;
}
.dialog-stack .dialog .buttons {
padding: 8px 8px 8px 24px;
}