Commit 7c272bb3a6dfb6ea86c75088c588983827a4dc45
1 parent
c6cf210d
plugin update
Showing
3 changed files
with
4 additions
and
0 deletions
controllets/cocreation-paper-card-controllet/cocreation-paper-card-controllet.html
controllets/paper-card-controllet/paper-card-controllet.html
| ... | ... | @@ -79,6 +79,7 @@ |
| 79 | 79 | width: 24px; |
| 80 | 80 | height: 24px; |
| 81 | 81 | --paper-fab-background:#B6B6B6; |
| 82 | + padding: 0px; | |
| 82 | 83 | } |
| 83 | 84 | |
| 84 | 85 | paper-fab.delete { |
| ... | ... | @@ -89,6 +90,7 @@ |
| 89 | 90 | width: 24px; |
| 90 | 91 | height: 24px; |
| 91 | 92 | --paper-fab-background:#B6B6B6; |
| 93 | + padding: 0px; | |
| 92 | 94 | } |
| 93 | 95 | |
| 94 | 96 | paper-dialog { | ... | ... |