Files
Ontime/backendpanel/asset/scss/components/plugin-overrides/_dropzone.scss
T
2026-03-11 15:29:37 +07:00

15 lines
227 B
SCSS
Executable File

/* Dropzone */
.dropzone {
border: 1px solid $border-color;
height: 200px;
.dz-message {
text-align: center;
width: 100%;
span {
font-size: .8125rem;
color: $body-color;
}
}
}