demarches-normaliennes/app/assets/stylesheets/new_design/attachment.scss
Pierre de La Morinerie 1c61f2de58 views: refactor the attachment/edit view
Make it more reusable, by:

- Renaming `attachment/update` to `attachment/edit`
- Refactoring the CSS styles into their own stylesheet
- Allow to specify the 'accept' option
2019-10-31 10:27:19 +01:00

18 lines
249 B
SCSS

@import "constants";
.attachment-actions {
display: flex;
margin-bottom: $default-spacer;
}
.attachment-action {
margin-right: $default-spacer;
.button {
text-transform: lowercase;
}
}
.attachment-input.hidden {
display: none;
}