index.module.scss 194 B

123456789101112
  1. .SpinLoding {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. background-color: #fff;
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. z-index: 9999;
  12. }