mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Changing ngToast success color
This commit is contained in:
@@ -155,7 +155,8 @@ export default
|
||||
Rest.post({})
|
||||
.then(function () {
|
||||
ngToast.success({
|
||||
content: `Test Notification Success: <b>${name}</b> `
|
||||
content: `<i class="fa fa-check-circle Toast-successIcon"></i> Test Notification Success: <b>${name}</b> `,
|
||||
className: 'Toast-success'
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
@@ -5,3 +5,14 @@
|
||||
.NotifierList-lastColumn{
|
||||
text-align: left!important;
|
||||
}
|
||||
|
||||
.alert-success{
|
||||
background-color: #3cb878;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.Toast-successIcon{
|
||||
font-size: x-large;
|
||||
vertical-align: middle;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user