fix text transforming and wording of project failure jt modals

This commit is contained in:
John Mitchell
2016-07-01 11:30:59 -04:00
parent c00d32d0eb
commit 4c1456a0f6
3 changed files with 12 additions and 14 deletions

View File

@@ -605,3 +605,7 @@ input[type='radio']:checked:before {
color: @default-icon;
text-transform: uppercase;
}
.alert-info--noTextTransform {
text-transform: none;
}