Skip to content

Commit a1c07cb

Browse files
authored
[chores] Added CSS status colors to variables #643
Closes #643
1 parent b0f79d3 commit a1c07cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

openwisp_utils/admin_theme/static/admin/css/openwisp.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ See https://code.djangoproject.com/ticket/33878 */
8888
--ow-color-primary-light: #ffe5e5;
8989
--ow-color-primary-lighter: #fdf2f2;
9090

91-
/* Success/Positive */
91+
/* Status Colors */
9292
--ow-color-success: #498b26;
93+
--ow-color-danger: #a72d1d;
94+
--ow-color-warning: #ffb442;
9395

9496
/* Foreground Scale Spectrum */
9597
--ow-color-black: #000;

0 commit comments

Comments
 (0)