demarches-normaliennes/app/assets/stylesheets/new_design/attachment.scss

19 lines
249 B
SCSS
Raw Normal View History

@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;
}