1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23@use "../global-styles/variables.module.scss"; @use "../global-styles/fonts.scss"; .styledLabeledInput { &.stacked { display: flex; flex-direction: column; flex-wrap: wrap; align-items: flex-start; justify-content: center; align-content: flex-start; label { @include fonts.font-size-small } input, select { margin-top:0; } margin-right:calc(variables.$spacing*2); } }