Add a maintenance notification kind and make it of the level warning.
This commit is contained in:
parent
b47742b011
commit
4e5e8a08de
5 changed files with 69 additions and 9 deletions
|
@ -582,7 +582,7 @@ i.toggle-icon:hover {
|
|||
|
||||
.notification-warning {
|
||||
color: #8a6d3b;
|
||||
background: #fcf8e3;
|
||||
background: #ffde2f;
|
||||
}
|
||||
|
||||
.notification-error {
|
||||
|
|
Reference in a new issue