1c61f2de58
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
18 lines
249 B
SCSS
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;
|
|
}
|