Files
grecia/app/assets/stylesheets/admin/budget_phases/form.scss
Julian Herrero 43ad69bbaf Allow attaching an image to budget phases
Co-authored-by: decabeza <alberto@decabeza.es>
2021-06-09 21:47:58 +02:00

36 lines
460 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;
}
}
}
.images {
@include direct-uploads;
}
.button {
&.upload-image {
margin-bottom: $line-height / 2;
}
}
}