feat(register): integrate modal and toast services for success and error handling

This commit is contained in:
2026-07-03 09:05:56 -03:00
parent 3697c4b97c
commit 625e2fea6c
3 changed files with 73 additions and 6 deletions

View File

@@ -37,6 +37,7 @@
}
.modal-shell__content {
min-height: 180px;
max-height: calc(100dvh - 2rem);
border-radius: 1.25rem;
background:
@@ -72,6 +73,10 @@
}
.modal-shell__body {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 1.25rem 1.25rem;
color: #303030;
}