Skip to content
Snippets Groups Projects
Commit fbd03403 authored by Eniko Tot's avatar Eniko Tot
Browse files

[BUGFIX] Fix variables to use css variables

parent 16688bde
No related branches found
No related tags found
1 merge request!50Bootstrap 5 Support
.dropzone {
border-color: $danger;
border-radius: $border-radius;
border-color: var(--bs-form-invalid-border-color);
border-radius: var(--bs-border-radius);
border-style: dashed;
&.dz-started {
border-color: $success;
border-color: var(--bs-form-valid-border-color);
}
.dz-message {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment