Files
drmaterac.pl/iadmin/themes/new-theme/scss/components/_dropzone.scss
2025-01-06 20:47:25 +01:00

9 lines
195 B
SCSS

.dropzone .dz-preview .dz-progress {
height: 10px;
background: none;
background-color: #363a41;
> .dz-upload {
background: none;
background-color: #25b9d7;
}
}