_small-note.scss 346 B

1234567891011
  1. /**
  2. * Small Note
  3. */
  4. body[class*="woocommerce"] #page { // adding #page here to override default wc styles without !important
  5. small.note {
  6. color: map-deep-get($config-global, "color", "foreground", "light");
  7. font-size: map-deep-get($config-global, "font", "size", "sm");
  8. margin-top: map-deep-get($config-global, "spacing", "unit");
  9. }
  10. }