feat(SW-240): add simple form

This commit is contained in:
Fredrik Thorsson
2024-08-15 11:38:38 +02:00
parent 00a5465485
commit 608fe13004
4 changed files with 87 additions and 83 deletions
@@ -5,11 +5,6 @@
max-width: 1250px;
}
.button {
width: 118px;
justify-content: center;
}
.bodyFontSize {
font-size: var(--typography-Caption-Bold-Desktop-fontSize);
}
@@ -19,9 +14,6 @@
}
.where {
display: flex;
gap: var(--Spacing-x-quarter);
flex-direction: column;
width: 100%;
max-width: 280px;
}
@@ -43,3 +35,7 @@
width: 100%;
max-width: 158px;
}
.option {
display: flex;
}