Removed uppercasing from resource names in titles

This commit is contained in:
Michael Abashian
2017-03-08 17:35:20 -05:00
parent 3679e9b00c
commit d65d505862
63 changed files with 77 additions and 82 deletions

View File

@@ -40,7 +40,6 @@
.Form-title{
flex: 0 1 auto;
text-transform: uppercase;
color: @list-header-txt;
font-size: 14px;
font-weight: bold;
@@ -50,6 +49,10 @@
margin-bottom: 20px;
}
.Form-title--uppercase {
text-transform: uppercase;
}
.Form-secondaryTitle{
color: @default-icon;
padding-bottom: 20px;