diff --git a/webui/src/common/components/BlurredBackground/styles.sass b/webui/src/common/components/BlurredBackground/styles.sass new file mode 100644 index 0000000..bb1c6c5 --- /dev/null +++ b/webui/src/common/components/BlurredBackground/styles.sass @@ -0,0 +1,6 @@ +.background + height: 100% + background-image: url("/background.jpg") + background-position: center + background-repeat: no-repeat + background-size: cover