12 lines
212 B
CSS
12 lines
212 B
CSS
@layer base {
|
|
.rootLayout {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
background-image: url("./assets/main-bg.svg");
|
|
background-size: auto 101%;
|
|
background-position: center;
|
|
}
|
|
}
|