Remove modal- classes and re implemented styling

This commit is contained in:
2024-07-04 23:19:22 +02:00
parent d15e5f796f
commit 5dd8664c34
9 changed files with 38 additions and 72 deletions

View File

@ -81,15 +81,6 @@ input {
}
}
.modal-form {
.form-fields {
--gap: 10px;
display: flex;
gap: var(--gap);
flex-wrap: wrap;
}
}
.input-cyan {
padding: 8px 10px;
font-family: $titles;