This commit is contained in:
Vitalii Kiiko
2024-08-20 12:57:23 +02:00
parent e0399608ee
commit 74d2da78d6
10 changed files with 519 additions and 299 deletions

View File

@@ -40,6 +40,14 @@
}
}
}
.appForm__oneCol {
display: flex;
flex-direction: column;
label {
font-weight: 400;
}
}
.appForm__twoCols {
display: flex;
gap: 1rem;

View File

@@ -14,6 +14,7 @@
.appPageSection {
display: flex;
flex-direction: column;
align-items: flex-start;
h2 {
color: var(--Black);