mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Tweak spin blur style
This commit is contained in:
parent
15c3656a6d
commit
ee6f7c4563
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user