[New] Allow to style paper-icon-button

This commit is contained in:
Robert von Burg 2023-06-27 15:49:54 +02:00
parent dad78e8a65
commit 432aaca72b
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
2 changed files with 11 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "strolch-wc-dialog-button", "name": "strolch-wc-dialog-button",
"description": "Strolch WebComponent Dialog Button", "description": "Strolch WebComponent Dialog Button",
"version": "0.1.11", "version": "0.1.12",
"authors": [ "authors": [
"Robert von Burg" "Robert von Burg"
], ],

View File

@ -13,6 +13,12 @@
:host { :host {
pointer-events: all !important; pointer-events: all !important;
--max-dialog-width: 600px; --max-dialog-width: 600px;
--icon: {
};
}
paper-icon-button {
@apply(--icon);
} }
.title { .title {
@ -32,6 +38,10 @@
@apply(--layout-center); @apply(--layout-center);
} }
p {
text-align: start;
}
a { a {
display: block; display: block;
text-decoration: none; text-decoration: none;