App.scss 423 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .staticCont {
  2. height: 500px;
  3. margin: 50px 0;
  4. }
  5. .watchContainer {
  6. position: relative;
  7. }
  8. .watch {
  9. position: absolute;
  10. z-index: 10;
  11. }
  12. .hours {
  13. position: absolute;
  14. z-index: 11;
  15. }
  16. .minutes {
  17. position: absolute;
  18. z-index: 12;
  19. }
  20. .seconds {
  21. position: absolute;
  22. z-index: 13;
  23. }
  24. .watchBtn {
  25. display: block;
  26. position: relative;
  27. top: 440px;
  28. }
  29. .controlContainerComb {
  30. margin: 50px 0;
  31. }