2019-10-22 10:58:04 +02:00
|
|
|
@import "constants";
|
2019-02-18 18:00:37 +01:00
|
|
|
|
2019-10-22 10:58:04 +02:00
|
|
|
.attachment-actions {
|
2019-02-18 18:00:37 +01:00
|
|
|
display: flex;
|
2019-02-19 14:29:06 +01:00
|
|
|
margin-bottom: $default-spacer;
|
2019-02-18 18:00:37 +01:00
|
|
|
}
|
|
|
|
|
2019-10-22 10:58:04 +02:00
|
|
|
.attachment-action {
|
2019-02-18 18:00:37 +01:00
|
|
|
margin-right: $default-spacer;
|
|
|
|
|
|
|
|
.button {
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-22 10:58:04 +02:00
|
|
|
.attachment-input.hidden {
|
2019-02-18 18:00:37 +01:00
|
|
|
display: none;
|
|
|
|
}
|