Default values margin fix
parent
2665b54185
commit
f699f31a34
|
@ -1,8 +1,8 @@
|
|||
.default-values {
|
||||
fieldset {
|
||||
margin-bottom: .5rem;
|
||||
margin-bottom: 1rem;
|
||||
&:last-child {
|
||||
margin-top: 1rem;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
label,
|
||||
|
|
Loading…
Reference in New Issue