No Description
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.

_icon.scss 147B

1234
  1. @mixin icon-shape-variant($color) {
  2. color: saturate(darken($color, 10%), 10);
  3. background-color: transparentize(lighten($color, 10%), .5);
  4. }