diff --git a/bower.json b/bower.json index b08653c..4d27e4d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-dialog-button", "description": "Strolch WebComponent Dialog Button", - "version": "0.1.11", + "version": "0.1.12", "authors": [ "Robert von Burg" ], diff --git a/strolch-wc-dialog-button.html b/strolch-wc-dialog-button.html index d4c3b09..7309c08 100644 --- a/strolch-wc-dialog-button.html +++ b/strolch-wc-dialog-button.html @@ -13,6 +13,12 @@ :host { pointer-events: all !important; --max-dialog-width: 600px; + --icon: { + }; + } + + paper-icon-button { + @apply(--icon); } .title { @@ -32,6 +38,10 @@ @apply(--layout-center); } + p { + text-align: start; + } + a { display: block; text-decoration: none;