26 lines
441 B
SCSS
26 lines
441 B
SCSS
|
|
.redux-main {
|
||
|
|
.form-table-section-indented {
|
||
|
|
width: 95%;
|
||
|
|
margin-left: 5% !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form-table-section tr:first-of-type th:first-of-type {
|
||
|
|
padding: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
h3 {
|
||
|
|
margin-top: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.form-table-section-indented > tbody > tr {
|
||
|
|
&:first-child {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:nth-last-child(2) {
|
||
|
|
border-bottom: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|