Add import in mixin of blur background in order to works for tile-default
This commit is contained in:
parent
f5638b0097
commit
88f731eee0
|
@ -7,7 +7,7 @@
|
||||||
&.uk-blur-background, .uk-blur-background {
|
&.uk-blur-background, .uk-blur-background {
|
||||||
-webkit-backdrop-filter: saturate(180%) blur(20px);
|
-webkit-backdrop-filter: saturate(180%) blur(20px);
|
||||||
backdrop-filter: saturate(180%) blur(20px);
|
backdrop-filter: saturate(180%) blur(20px);
|
||||||
background: fade(@color, @opacity);
|
background: fade(@color, @opacity) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue