Files
grecia/app/assets/stylesheets/admin/budgets/form.scss
decabeza d0534b78da Improve admin budgets form structure
Co-Authored-By: Javi Martín <javim@elretirao.net>
2021-02-23 16:11:13 +01:00

21 lines
374 B
SCSS

.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;
}
}