You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
willaengine/resources/styles/scss/Tile.scss

21 lines
530 B

/*---------------------------------------------------------------*/
/* Tiles :: Begin
/*---------------------------------------------------------------*/
@import '_vars.scss';
@each $color,
$value in $colors {
.we-icon-tile.theme-#{$color} .v-icon {
color: $value;
}
.we-icon-tile.theme-#{$color} .info .Fa {
color: $value;
}
.we-icon-tile.theme-#{$color} .info .En {
color: $value;
}
.we-icon-tile.theme-#{$color} .quantity {
color: $value;
}
}