mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Make notification form options regular font weight
This commit is contained in:
parent
6a6d55fe41
commit
213df70419
@ -565,12 +565,12 @@ export default ['i18n', function(i18n) {
|
||||
value: 'use_tls',
|
||||
label: i18n._('Use TLS'),
|
||||
ngShow: "notification_type.value == 'email' ",
|
||||
labelClass: 'NotificationsForm-radioButtons'
|
||||
labelClass: 'Form-inputLabel'
|
||||
}, {
|
||||
value: 'use_ssl',
|
||||
label: i18n._('Use SSL'),
|
||||
ngShow: "notification_type.value == 'email'",
|
||||
labelClass: 'NotificationsForm-radioButtons'
|
||||
labelClass: 'Form-inputLabel'
|
||||
}]
|
||||
},
|
||||
hex_color: {
|
||||
|
||||
@ -22,12 +22,6 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.NotificationsForm-radioButtons{
|
||||
display:block!important;
|
||||
margin-top: 2px !important;
|
||||
color: @default-interface-txt !important;
|
||||
}
|
||||
|
||||
.notificationsList {
|
||||
margin-top:20px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user