0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/client/scss/components/forms/_drop-zone.scss

18 lines
357 B
SCSS

// file drop zones
.drop-zone {
border-radius: 5px;
border: 2px dashed theme('colors.border-furniture');
padding: $mobile-nice-padding;
background-color: theme('colors.surface-header');
margin-bottom: 1em;
text-align: center;
.drop-zone-help {
border: 0;
}
&.hovered {
border-color: theme('colors.surface-button-default');
}
}