build sample error box

This commit is contained in:
2026-04-06 18:49:01 -04:00
parent 387bd2d0ae
commit a1f58e817e
3 changed files with 18 additions and 2 deletions

View File

@@ -136,3 +136,13 @@
margin: 0px;
width: 30px;
}
#password_errors {
background-color: var(--error-red);
border-radius: 8px;
padding: 20px;
border-color: var(--error-border-red);
border-width: 2px;
border-style: solid;
color: var(--text-main);
}

View File

@@ -90,4 +90,5 @@ input::placeholder {
.dialouge_title {
font-size: 20px;
margin-bottom: 0px;
color: var(--text-main) !important;
}