mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
Removed uppercasing from resource names in titles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user