Create bgBlur.css

This commit is contained in:
Prayag
2020-11-30 15:32:36 +05:30
committed by GitHub
parent d858ca509d
commit 0ea8e6fec5

8
src/bgBlur.css Normal file
View File

@@ -0,0 +1,8 @@
:root{--bgblur: blur($px)}
/*Blur backdrops, feel free to edit the intensity of the filter values*/
.backdropImage {
filter: var(--bgblur);
}
.backgroundContainer.withBackdrop {
background-color: rgba(0,0,0,0);
}