6 lines
92 B
SCSS
6 lines
92 B
SCSS
.fields {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $unit;
|
|
padding: 0 $unit-4x;
|
|
}
|