Remove row and column divs in investment form

We don't need any row classes anymore because the <body> already has a
maximum width. As for columns, we only have one column in this form, so
we don't need them either. Besides, the form's parent element already
has a padding.

Although most CONSUL installation don't enable the translation
interface, we're adding some code to take this case into account.
This commit is contained in:
Javi Martín
2021-07-07 02:51:14 +02:00
parent 9ebb0b660e
commit 355153813d
2 changed files with 102 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
.budget-investment-form {
.globalize-languages,
.translatable-fields {
@include grid-row-nest;
@include grid-column-gutter;
}
.sdg-related-list-selector {
padding-left: 0;
padding-right: 0;
}
}