Merge pull request #405 from sharetribe/fix-margin-stripe-bank-account-fields

Fix margins between input fields
This commit is contained in:
Vesa Luusua 2017-09-15 11:29:00 +03:00 committed by GitHub
commit 05ee701d1d

View file

@ -8,12 +8,13 @@
}
.withTopMargin {
margin-top: 24px;
}
.input {
border-bottom-color: var(--attentionColor);
margin-bottom: 24px;
&:last-of-type {
margin-bottom: 0;
}
}
.inputSuccess {