♻️ Make Spinner reusable (not only by loading view)
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
@import "../_base.scss"
|
||||
|
||||
.root {
|
||||
background-image: url("./images/background.svg");
|
||||
background-position: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
|
||||
width: 150%;
|
||||
height: 150%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
overflow: hidden;
|
||||
|
||||
.content {
|
||||
background-image: url("./images/background.svg");
|
||||
background-position: center;
|
||||
|
||||
width: 150%;
|
||||
height: 150%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user