mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -11,5 +11,6 @@
|
||||
"components/badge/badge.wp",
|
||||
"components/button/button.wp",
|
||||
"components/checkbox/checkbox.wp",
|
||||
"components/chip/chip.wp",
|
||||
"components/radio/radio.wp",
|
||||
"components/toolbar/toolbar.wp";
|
||||
|
23
ionic/components/chip/chip.wp.scss
Normal file
23
ionic/components/chip/chip.wp.scss
Normal file
@ -0,0 +1,23 @@
|
||||
@import "./chip";
|
||||
|
||||
// Windows Chip
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-chip {
|
||||
|
||||
}
|
||||
|
||||
|
||||
// Generate Windows Chip Colors
|
||||
// --------------------------------------------------
|
||||
|
||||
@each $color-name, $color-value in $colors-wp {
|
||||
|
||||
ion-chip {
|
||||
ion-icon[#{$color-name}] {
|
||||
background-color: $color-value;
|
||||
color: color-inverse($color-value) !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user