mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
N°8274 - Allow to recolor illustrations in portal
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
@import "button";
|
||||
@import "modal";
|
||||
@import "form";
|
||||
@import "illustration";
|
||||
@import "input";
|
||||
@import "caselog";
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user