Improve layout in budget groups form

This commit is contained in:
Alberto
2020-03-21 03:45:59 +01:00
committed by Javi Martín
parent 01c21158c4
commit 03e598a53d
4 changed files with 24 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
.admin .budget-groups-form {
@include full-width-form;
}

View File

@@ -1,4 +1,5 @@
.admin .budgets-form {
@include full-width-form;
> fieldset {
border-top: 4px solid $admin-border-color;
@@ -17,8 +18,4 @@
text-transform: uppercase;
}
}
.globalize-languages {
max-width: none;
}
}

View File

@@ -21,3 +21,9 @@
margin-top: 0;
}
}
@mixin full-width-form {
.globalize-languages {
max-width: none;
}
}