update tests

This commit is contained in:
Albert Yi
2018-06-09 13:38:06 -07:00
parent 0e6c358701
commit b0c2ddba8b
11 changed files with 378 additions and 323 deletions

View File

@@ -41,11 +41,18 @@ div#c-uploads {
max-width: 700px;
min-height: 50px;
.placeholder {
font-style: italic;
color: #333;
}
&.error {
border-color: darken(#f2dede, 30%);
background-color: #f2dede;
}
&.success {
border-color: darken(#dff0d8, 30%);
background-color: #dff0d8;
}
}