Tweak spin blur style

This commit is contained in:
afc163 2017-03-15 18:23:55 +08:00
parent 15c3656a6d
commit ee6f7c4563

View File

@ -80,8 +80,8 @@
&-blur {
opacity: 0.7;
-webkit-filter: blur(0.8px);
filter: blur(0.8px);
-webkit-filter: blur(0.5px);
filter: blur(0.5px);
/* autoprefixer: off */
filter: ~"progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false)";
@ -98,7 +98,7 @@
top: 0;
bottom: 0;
background: #fff;
opacity: 0.2;
opacity: 0.3;
transition: all .3s;
}
}