mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Changing ngToast success color
This commit is contained in:
parent
de56747d1c
commit
462eb19087
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user