_onsale.scss 176 B

12345678910
  1. /**
  2. * Star ratings
  3. */
  4. body[class*="woocommerce"] #page { // adding #page here to override default wc styles without !important
  5. span.onsale {
  6. @extend %onsale-style;
  7. }
  8. }