First release
This commit is contained in:
commit
fa6c85266e
2339 changed files with 761050 additions and 0 deletions
17
node_modules/cssgram/source/scss/xpro2.scss
generated
vendored
Normal file
17
node_modules/cssgram/source/scss/xpro2.scss
generated
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
*
|
||||
* 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue