From 406b309255a5d0d66598d46658d1ab3d66ab8848 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 22:33:40 +0200 Subject: [PATCH] Created the BlurredBackground styles.sass --- webui/src/common/components/BlurredBackground/styles.sass | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 webui/src/common/components/BlurredBackground/styles.sass 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