New Dialog widget base class and ConfirmationDialog widget

This commit is contained in:
Nav
2023-04-12 21:52:37 +01:00
parent 05943e6f8a
commit 54b766b0e7
9 changed files with 372 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#dialog {
background-color: #373835;
}
#text-label {
font-size: 14px;
}