codetok / cdk-admin

Angular 6 admin panel using angular material & angular flex.
361 stars 256 forks source link

Icon Color #18

Open manigujjula opened 6 years ago

manigujjula commented 6 years ago

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

harikrishna266 commented 6 years ago

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.

manigujjula commented 6 years ago

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