Files
CHIEFSOFT\ameye 346346573f first commit
2024-01-25 13:06:29 -05:00

23 lines
309 B
SCSS

//
// Dropzone
//
.dropzone {
min-height: 230px;
border: 2px dashed var(--#{$prefix}border-color);
background: var(--#{$prefix}card-bg-custom);
border-radius: 6px;
.dz-message {
font-size: 24px;
width: 100%;
margin: 1em 0;
}
}
[data-dz-thumbnail]{
width: 100%;
height: 100%;
}