10 lines
158 B
SCSS
10 lines
158 B
SCSS
@import "../_base.scss"
|
|
|
|
.root {
|
|
background-image: url("./images/background.svg");
|
|
background-position: center;
|
|
|
|
width: 150%;
|
|
height: 150%;
|
|
}
|