15 demo of global dialog with reactive state

This commit is contained in:
survellow
2023-11-06 16:16:05 +01:00
parent fafdd96d89
commit 3819b03065
11 changed files with 130 additions and 31 deletions

View File

@@ -1,3 +1,10 @@
body {
font-family: var(--font-family);
}
.small-button.p-button.p-button-icon-only,
.small-button.p-button.p-button-icon-only.p-button-rounded {
width: 2rem;
height: 2rem;
padding: 0;
}