mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
16 lines
296 B
SCSS
16 lines
296 B
SCSS
|
|
// Windows Icon
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Generate Windows Icon Colors
|
|
// --------------------------------------------------
|
|
|
|
@each $color-name, $color-base, $color-contrast in get-colors($colors-wp) {
|
|
|
|
.icon-wp-#{$color-name} {
|
|
color: $color-base;
|
|
}
|
|
|
|
}
|