Update src/styles/loadingSpinner.module.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m10s
This commit is contained in:
parent
4dd0ed9a56
commit
9c0b9befec
@ -25,12 +25,13 @@
|
||||
}
|
||||
|
||||
.loadingSpinner {
|
||||
border: 4px solid #f3f3f3;
|
||||
border-top: 4px solid #3498db;
|
||||
border: 4px solid #363636;
|
||||
border-top: 4px solid #8100ff;
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
animation: spin 1s linear infinite;
|
||||
background: #232323;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user