Add the ability to be able to prompt users for information from a Dialog/macro

This commit is contained in:
Oliver-Akins 2024-08-28 23:29:09 -06:00
parent ce9c2de751
commit 8a94558590
9 changed files with 91 additions and 3 deletions

3
styles/v1/Dialog.scss Normal file
View file

@ -0,0 +1,3 @@
.dialog-content:not(:only-child) {
margin-bottom: 8px;
}