refactor components
This commit is contained in:
parent
0d3a36e519
commit
1ac1a968b9
179 changed files with 2611 additions and 2386 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue