Success and warning alerts in webapp

This commit is contained in:
Joe Knapper 2024-01-10 18:29:43 +00:00
parent 6d622c1bf8
commit ddfce7dcff
2 changed files with 8 additions and 3 deletions

View file

@ -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
}