Clock.scss 750 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .console_box{
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. margin: 20px;
  6. padding-top: 40px;
  7. padding-bottom: 40px;
  8. color: #fff;
  9. background-color: #1c1c1c;
  10. border-radius: 40px;
  11. }
  12. .popDemo{
  13. position: fixed;
  14. top: 0;
  15. left: 0;
  16. z-index: 100000;
  17. width: 100%;
  18. height: 100%;
  19. overflow: hidden;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. background-color: rgba($color: #000000, $alpha: 0.5);
  24. }
  25. .clock_bg{
  26. width: 578px;
  27. height: 578px;
  28. display: flex;
  29. align-items: center;
  30. justify-content: center;
  31. }
  32. .swiperItem{
  33. // height: 300px !important;
  34. // height: auto !important;
  35. // overflow: visible !important;
  36. }