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