insert margin btw. dropzone and buttons

This commit is contained in:
Jakobus Schürz 2023-03-29 10:47:27 +02:00
parent 856fb96212
commit f6ff1d0aae
2 changed files with 2 additions and 1 deletions

View File

@ -212,6 +212,7 @@
cursor: pointer;
border-radius: 4px;
background-color: $background_color;
margin-bottom: 10px;
}
.dropzone.dz-clickable * {
cursor: default;

File diff suppressed because one or more lines are too long