index.module.scss 178 B

12345678910
  1. .SpinLoding {
  2. position: relative;
  3. z-index: 9999;
  4. width: 100%;
  5. height: 100%;
  6. background-color: #fff;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. }