//公共的类名
i.icon_custom {
  color: #212121;
  font-weight: 500;
  &:hover {
    color: #2e93f8;
    cursor: pointer;
  }
  &:active {
    color: #2e60f8;
    cursor: pointer;
  }
}

i.icon_disabled {
  color: #afbeee;
  font-weight: 500;
  cursor: not-allowed;
}

:global {
  i.warning:before {
    content: url(./warn.svg);
  }
}

div.overlayClassName {
  :global {
    .ant-tooltip-inner {
      // white-space: nowrap;
      max-width: none;
    }
  }
}
