index.module.scss 424 B

1234567891011121314151617181920212223242526
  1. .NoPower {
  2. background-color: #fff;
  3. border-radius: 10px;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: center;
  7. align-items: center;
  8. color: #666666;
  9. font-size: 16px;
  10. padding-bottom: 20px;
  11. :global {
  12. img {
  13. width: 300px;
  14. }
  15. p {
  16. margin-bottom: 10px;
  17. }
  18. div {
  19. width: 80%;
  20. margin-top: 8%;
  21. display: flex;
  22. justify-content: space-around;
  23. }
  24. }
  25. }