summaryrefslogtreecommitdiff
path: root/admin/src
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2022-08-26 10:16:21 +0530
committerBlaster4385 <[email protected]>2022-08-26 10:16:52 +0530
commitff49257ecbebd31656e2a0081f631cfcf4e59db8 (patch)
treec5f9453d7cb4449abf6eeb37a0067ed87cade0a4 /admin/src
parent38f0cc2204842392d706b877cfe7f8d5ed9f792c (diff)
Fixed UI
Diffstat (limited to 'admin/src')
-rw-r--r--admin/src/index.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/src/index.css b/admin/src/index.css
index 89ba707..652491a 100644
--- a/admin/src/index.css
+++ b/admin/src/index.css
@@ -12,6 +12,12 @@ body {
-moz-osx-font-smoothing: grayscale;
height: 100%;
width: 100%;
+ background: url('../public/assets/images/background.png') no-repeat center center
+ fixed;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ background-size: cover;
}
code {