style: add sunset background image to login screen
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
@@ -36,6 +36,10 @@ code {
|
|||||||
min-height: 100svh;
|
min-height: 100svh;
|
||||||
padding: 24px 16px calc(48px + env(safe-area-inset-bottom, 0px));
|
padding: 24px 16px calc(48px + env(safe-area-inset-bottom, 0px));
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background-image: linear-gradient(rgba(15, 23, 42, 0.3), rgba(15, 23, 42, 0.5)), url('/login-bg.jpg');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Glassmorphism Auth Card */
|
/* Glassmorphism Auth Card */
|
||||||
|
|||||||
Reference in New Issue
Block a user