From 432aaca72ba9d7b936e7fc3e87ab526ead56fe6f Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 27 Jun 2023 15:49:54 +0200 Subject: [PATCH] [New] Allow to style paper-icon-button --- bower.json | 2 +- strolch-wc-dialog-button.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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;