mirror of
https://github.com/ansible/awx.git
synced 2026-02-05 03:24:50 -03:30
Changing ngToast success color
This commit is contained in:
@@ -155,7 +155,8 @@ export default
|
|||||||
Rest.post({})
|
Rest.post({})
|
||||||
.then(function () {
|
.then(function () {
|
||||||
ngToast.success({
|
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{
|
.NotifierList-lastColumn{
|
||||||
text-align: left!important;
|
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