N°8274 - Allow to recolor illustrations in portal

This commit is contained in:
Stephen Abello
2025-04-01 16:28:40 +02:00
parent 96382377ee
commit a4166f874e
2 changed files with 7 additions and 0 deletions

View File

@@ -4,5 +4,6 @@
@import "button";
@import "modal";
@import "form";
@import "illustration";
@import "input";
@import "caselog";

View File

@@ -0,0 +1,6 @@
$ipb-svg-illustration--fill: $common-svg-illustration--fill !default;
.ipb-svg-illustration--container > svg *[fill="#6c63ff"]{
fill: $ipb-svg-illustration--fill;
}