Improve budget phases form layout

Dates are grouped in a fieldset and activating the phase is more
prominent.
This commit is contained in:
decabeza
2020-03-16 12:54:00 +01:00
committed by Javi Martín
parent c0c458bb38
commit c4e7bf0938
5 changed files with 60 additions and 33 deletions

View File

@@ -0,0 +1,25 @@
.admin .budget-phases-form {
fieldset {
margin-top: $line-height;
> * {
@include grid-column;
}
> .date-field {
@include breakpoint(medium) {
width: 50%;
}
@include breakpoint(large) {
width: 25%;
}
&:last-child {
float: left;
}
}
}
}