You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

zoom-controller.scss 441B

1234567891011121314151617181920212223
  1. .dc-zoom-controller{
  2. position: absolute;
  3. top: 90px;
  4. right: 36.5px;
  5. pointer-events: auto;
  6. user-select: none;
  7. background: #3f4854;
  8. border-radius: 100px;
  9. border: solid 1px rgba(255,255,255,0.2);
  10. text-align: center;
  11. box-sizing: border-box;
  12. line-height: 1.2rem;
  13. width: 24px;
  14. height: 60px;
  15. .zoom-in ,.refresh,.zoom-out{
  16. cursor: pointer;
  17. svg{
  18. width: 10px;
  19. height: 10px;
  20. fill: #fff;
  21. }
  22. }
  23. }