26 lines
331 B
SCSS
26 lines
331 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|