feat: add assets
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m37s
This commit is contained in:
11
src/routes/-/RootLayout/RootLayout.module.css
Normal file
11
src/routes/-/RootLayout/RootLayout.module.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@layer base {
|
||||
.rootLayout {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
background-image: url("./assets/main-bg.svg");
|
||||
background-size: auto 101%;
|
||||
background-position: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user