Changed dropzone - url WiP.

This commit is contained in:
Naida Vatric
2020-03-11 22:32:10 +01:00
parent 5066c2fa70
commit a7148ba6c3
9 changed files with 179 additions and 174 deletions

View File

@@ -164,7 +164,6 @@ h3 {
}
.custom-col {
width: 18%;
margin-left: auto;
left: auto;
right: auto;
@@ -175,7 +174,11 @@ h3 {
border-radius: 10px;
border: 4px dashed #02adba;
border-image: none;
max-width: 500px;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
.dz-progress {
display: none;
}