diff options
author | Blaster4385 <[email protected]> | 2022-08-26 10:16:21 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-26 10:16:52 +0530 |
commit | ff49257ecbebd31656e2a0081f631cfcf4e59db8 (patch) | |
tree | c5f9453d7cb4449abf6eeb37a0067ed87cade0a4 /admin | |
parent | 38f0cc2204842392d706b877cfe7f8d5ed9f792c (diff) |
Fixed UI
Diffstat (limited to 'admin')
-rw-r--r-- | admin/public/assets/images/background.png | bin | 0 -> 93110 bytes | |||
-rw-r--r-- | admin/src/index.css | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/admin/public/assets/images/background.png b/admin/public/assets/images/background.png Binary files differnew file mode 100644 index 0000000..acf96a3 --- /dev/null +++ b/admin/public/assets/images/background.png 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 { |