_jvector-map.scss 627 B

12345678910111213141516171819202122232425262728293031323334353637
  1. //
  2. // jVectorMap
  3. //
  4. // Overwrite/Extend styles
  5. // --------------------------------------------------
  6. .jvectormap-tip {
  7. padding: 6px 8px;
  8. font-family: $font-family-base;
  9. background: $brand-darker;
  10. border: none;
  11. border-radius: 0;
  12. }
  13. .jvectormap-zoomin,
  14. .jvectormap-zoomout,
  15. .jvectormap-goback {
  16. left: 15px;
  17. padding: 4px;
  18. line-height: 15px;
  19. background: #555;
  20. }
  21. .jvectormap-zoomin,
  22. .jvectormap-zoomout {
  23. width: 15px;
  24. height: 15px;
  25. }
  26. .jvectormap-zoomin:hover,
  27. .jvectormap-zoomout:hover {
  28. opacity: .75;
  29. }
  30. .jvectormap-zoomout {
  31. top: 40px;
  32. }