adjust styling

This commit is contained in:
Albert Yi
2018-06-14 17:50:41 -07:00
parent a6e972a6e6
commit 9f33b14fa8
2 changed files with 10 additions and 5 deletions

View File

@@ -37,13 +37,17 @@ div#c-uploads {
#filedropzone {
border: 4px dashed #DDD;
padding: 10px;
max-width: 700px;
min-height: 50px;
padding: 0;
min-height: 100px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 4px;
.placeholder {
font-style: italic;
color: #333;
height: 100%;
}
&.error {