From 03d76f7aa510847e3c0535cf3bf140c0ae39ed69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 22 Jan 2022 12:11:00 +0100 Subject: [PATCH] style: add pk-success class to mark "success" (#60952) --- gadjo/static/css/gadjo.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index f6d1d7a..8e528b2 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -345,6 +345,7 @@ div.infonotice, div.successnotice, div.warningnotice, div.errornotice, +div.pk-success, div.pk-information, div.pk-attention, div.pk-error { @@ -369,7 +370,8 @@ div.pk-error { color: white; } &.success, - &.successnotice { + &.successnotice, + &.pk-success { &:before { content: "\f058"; } // check-circle border-color: #00b000; border-image: linear-gradient(#27eb00, lighten(#27eb00, 10%)) 2;