@import '~antd/lib/style/themes/default.less';
@import '../../../theme/common/var.less';

.controls {
  position: absolute;
  z-index: 150;
  width: 52px;
  overflow: visible;
  right: 8px;
  bottom: 0;
  visibility: visible;
}

.geo {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 24px;
  height: 24px;
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: @cluster-box-shadow;

  &:hover {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.85);
  }
}

.zooms {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.45);
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: @cluster-box-shadow;
}

.zoomPlus,
.zoomMinus {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;

  &:hover {
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.85);
  }
}
