Skip to content

Commit fdb2abc

Browse files
committed
Add WPUM message warning type
1 parent ba047c4 commit fdb2abc

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

assets/css/src/_messages.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@
2626
border-color: #bce8f1;
2727
color: #3a87ad;
2828
}
29+
&.warning {
30+
background-color: #fcf8e3;
31+
border-color: #faebcc;
32+
color: #C09853;
33+
}
2934
}

assets/css/wpum.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/wpum.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)