Update src/styles/loadingSpinner.module.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m4s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m4s
This commit is contained in:
parent
0946778280
commit
4dd0ed9a56
@ -15,6 +15,13 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: linear-gradient(to bottom right,#232323 00%,#292929 50%,#282828 150%);
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 8px 0 rgb(0,0,0,0.5);
|
||||
padding: 35px 25px;
|
||||
grid-gap: 15px;
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.loadingSpinner {
|
||||
|
Loading…
x
Reference in New Issue
Block a user