@import '../../../../global/theme.less';

.icon {
  cursor: pointer;
  transform: translate(50%, 50%);
  color: @font-color-5;
  margin-left: 1px; // 没有左边框， translate没有完全居中
  position: absolute;
}
