mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Merge pull request #405 from sharetribe/fix-margin-stripe-bank-account-fields
Fix margins between input fields
This commit is contained in:
commit
05ee701d1d
1 changed files with 5 additions and 4 deletions
|
|
@ -8,12 +8,13 @@
|
|||
|
||||
}
|
||||
|
||||
.withTopMargin {
|
||||
margin-top: 24px;
|
||||
}
|
||||
|
||||
.input {
|
||||
border-bottom-color: var(--attentionColor);
|
||||
margin-bottom: 24px;
|
||||
|
||||
&:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.inputSuccess {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue