2022-07-25 02:33:09 +00:00
|
|
|
// file drop zones
|
|
|
|
.drop-zone {
|
|
|
|
border-radius: 5px;
|
2023-04-19 05:58:14 +00:00
|
|
|
border: 2px dashed theme('colors.border-furniture');
|
2022-07-25 02:33:09 +00:00
|
|
|
padding: $mobile-nice-padding;
|
2023-04-19 05:58:14 +00:00
|
|
|
background-color: theme('colors.surface-header');
|
2022-07-25 02:33:09 +00:00
|
|
|
margin-bottom: 1em;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.drop-zone-help {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.hovered {
|
2023-04-19 05:58:14 +00:00
|
|
|
border-color: theme('colors.surface-button-default');
|
2022-07-25 02:33:09 +00:00
|
|
|
}
|
|
|
|
}
|