Real estate input clean up.

This commit is contained in:
Naida Vatric
2020-03-09 23:30:37 +01:00
parent 96bc66ef7b
commit 5f674230e1
10 changed files with 182 additions and 186 deletions

View File

@@ -164,7 +164,6 @@ h3 {
}
.custom-col {
width: 18%;
margin-left: auto;
left: auto;
right: auto;
@@ -175,7 +174,16 @@ h3 {
border-radius: 10px;
border: 4px dashed #02adba;
border-image: none;
max-width: 500px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.dz-progress {
/* progress bar covers file name */
display: none;
}
h3.custom-h3 {
font-size: 20px;
}