Ability to attach an image to budgets

Co-authored-by: decabeza <alberto@decabeza.es>
This commit is contained in:
Julian Herrero
2020-03-16 12:54:00 +01:00
committed by taitus
parent d78f2e03ad
commit dcad390933
11 changed files with 58 additions and 8 deletions

View File

@@ -1,5 +1,12 @@
.admin .budgets-form {
@include full-width-form;
@include direct-uploads;
.button {
&.upload-image {
margin-bottom: $line-height / 2;
}
}
> fieldset {
border-top: 4px solid $admin-border-color;