Added Poprocket to the css compiled version

This commit is contained in:
Lucca G. P 2017-12-31 22:41:45 -02:00 committed by GitHub
parent d88bc6e8a1
commit 1b81315ab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
dist/instagram.css vendored
View file

@ -428,4 +428,10 @@
background: -webkit-radial-gradient(circle closest-corner, rgba(0, 91, 154, .35) 0, rgba(0, 0, 0, .65) 100%);
content: "";
mix-blend-mode: multiply;
}
}
.filter-poprocket::before {
background-image: radial-gradient(circle closest-corner, rgba(206, 39, 70, 0.84) 10%, rgba(255, 255, 255, 0)), radial-gradient(circle closest-corner, rgba(15, 5, 46, 0.84) 90%, rgba(255, 255, 255, 0) 10%);
content: "";
mix-blend-mode: screen;
}