minor style tweaks to file upload modal

This commit is contained in:
Jeff Atwood 2014-11-06 14:17:47 -08:00
parent 76f68e23e8
commit 9f6a0cb126
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@
}
.modal-footer {
margin-left: 15px;
padding: 14px 0 15px;
padding: 14px 15px 15px;
border-top: 1px solid scale-color-diff();
}
.modal-footer:before,

View file

@ -17,7 +17,7 @@
line-height: 18px;
}
.description, .hint {
color: $primary;
color: scale-color($primary, $lightness: 50%);
}
.hint {
font-style: italic;