Recreate border-spacing with margins for #fields

This commit is contained in:
Henrik Giesel 2021-01-27 00:50:26 +01:00
parent 9b5d915983
commit b2b17f4c3d

View File

@ -5,6 +5,18 @@
display: flex;
flex-direction: column;
margin: 5px;
& > * {
margin: 1px 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
}
.field {