Recreate border-spacing with margins for #fields
This commit is contained in:
parent
9b5d915983
commit
b2b17f4c3d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user