add modals

This commit is contained in:
andres
2023-10-09 12:13:45 +02:00
parent 575b14c9b4
commit 5e37027dbf
25 changed files with 600 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
.content {
display: flex;
flex-direction: column;
gap: 24px;
width: 100%;
padding: 24px;
}