laravelEcomm/public/Dashboard/scss/common/light/components/plugin-overrides/_dropzone.scss
2024-07-12 12:51:02 +05:45

35 lines
545 B
SCSS

/* Dropzone */
.dropzone {
border: 1px solid $border-color;
min-height: 200px;
.dz-message {
text-align: center;
width: 100%;
span {
font-size: .8125rem;
color: $body-color;
}
}
.dz-preview {
margin: 5px;
.dz-image {
width: 75px;
height: 75px;
border-radius: 6px;
}
.dz-error-message {
top: 80px;
left: -35px;
}
.dz-success-mark,
.dz-error-mark {
margin-left: -17px;
svg {
width: 35px;
height: 35px;
}
}
}
}