Success and warning alerts in webapp
This commit is contained in:
parent
6d622c1bf8
commit
ddfce7dcff
2 changed files with 8 additions and 3 deletions
|
|
@ -281,6 +281,11 @@ h4, .uk-h4 {
|
|||
border: 1px solid @global-border
|
||||
}
|
||||
|
||||
.uk-alert-success{
|
||||
color: rgba(28, 131, 45);
|
||||
background-color: rgba(130, 221, 145, 0.671);
|
||||
}
|
||||
|
||||
.uk-alert-danger {
|
||||
border: 1px solid @notification-message-danger-color
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue