buymymojo.net/node_modules/cssgram/source/scss/xpro2.scss
2021-07-02 19:29:34 +10:00

17 lines
No EOL
237 B
SCSS

/*
*
* X-Pro II
*
*/
@import 'shared';
%xpro2,
.xpro2 {
@extend %filter-base;
filter: sepia(.3);
&:after{
background: radial-gradient(circle, #E6E7E0 40%, rgba(43, 42, 161, .6) 110%);
mix-blend-mode: color-burn;
}
}