refactor components
This commit is contained in:
@@ -425,12 +425,18 @@ hr {
|
||||
}
|
||||
}
|
||||
|
||||
._inputNoTopMargin {
|
||||
margin-top: 0 !important;
|
||||
._formBlock {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
._inputNoBottomMargin {
|
||||
margin-bottom: 0 !important;
|
||||
._formRoot {
|
||||
> ._formBlock:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
> ._formBlock:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
._table {
|
||||
|
Reference in New Issue
Block a user