session-desktop/stylesheets/_mixins.scss

6 lines
134 B
SCSS
Raw Permalink Normal View History

@mixin color-svg($svg, $color) {
2018-05-04 22:07:52 +02:00
-webkit-mask: url($svg) no-repeat center;
-webkit-mask-size: 100%;
background-color: $color;
}