21 lines
374 B
SCSS
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;
|
|
}
|
|
}
|