cdk-admin icon indicating copy to clipboard operation
cdk-admin copied to clipboard

Icon Color

Open manigujjula opened this issue 6 years ago • 2 comments

How can i give color for an icon in side menu nav list.

manigujjula avatar Sep 11 '18 10:09 manigujjula

If you put this in your style.scss file. $colors: ( red: #ff0000, green: 'green'
);

@each $key, $value in $colors { #{"[color=" + $key + "]"} { color: $value !important; } }

in the html close

this will render red color for the icon.

harikrishna266 avatar Sep 12 '18 08:09 harikrishna266

No i want to show each and every icon in different color. captureicon captureicnclr

manigujjula avatar Sep 12 '18 08:09 manigujjula