feat(SW-240): basic styling forms

This commit is contained in:
Fredrik Thorsson
2024-08-15 13:40:53 +02:00
parent 2d45a637e5
commit 3eaaa9aca2
2 changed files with 9 additions and 4 deletions

View File

@@ -3,6 +3,11 @@
gap: var(--Spacing-x2);
}
.input input[type="text"] {
border: none;
padding: var(--Spacing-x1) var(--Spacing-x0);
}
.bodyFontSize {
font-size: var(--typography-Caption-Bold-Desktop-fontSize);
}