Improve admin budgets form structure

Co-Authored-By: Javi Martín <javim@elretirao.net>
This commit is contained in:
decabeza
2020-03-16 12:54:00 +01:00
committed by Javi Martín
parent 2490d5e209
commit d0534b78da
8 changed files with 130 additions and 103 deletions

View File

@@ -0,0 +1,20 @@
.admin .budgets-form {
> fieldset {
border-top: 4px solid $admin-border-color;
clear: both;
margin-top: $line-height * 1.5;
legend {
color: $admin-text;
font-size: $small-font-size;
font-weight: bold;
padding-right: $line-height / 2;
text-transform: uppercase;
}
}
.globalize-languages {
max-width: none;
}
}

View File

@@ -7,6 +7,7 @@
@include has-fa-icon(quote-right, solid, after);
background: $table-header;
border-radius: rem-calc(6);
clear: both;
color: $admin-text;
margin-bottom: $line-height;
padding: $padding;