14 lines
194 B
SCSS
14 lines
194 B
SCSS
|
.woocommerce-navigation-favorite-button.components-button {
|
||
|
.dashicon {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.dashicons-star-empty {
|
||
|
color: $gray-600;
|
||
|
}
|
||
|
|
||
|
.dashicons-star-filled {
|
||
|
color: $alert-yellow;
|
||
|
}
|
||
|
}
|