Compare commits

...

2 Commits

2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "strolch-wc-dialog-button",
"description": "Strolch WebComponent Dialog Button",
"version": "0.1.11",
"version": "0.1.13",
"authors": [
"Robert von Burg"
],
@ -23,7 +23,7 @@
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
"strolch-wc-util-behavior": "strolch-li/strolch-wc-util-behavior#^0.3.11",
"strolch-wc-util-behavior": "strolch-li/strolch-wc-util-behavior#^0.3.12",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.1.6",
"paper-dialog": "PolymerElements/paper-dialog#^1.1.0",

View File

@ -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;