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

.deleteContainer {
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: @border-radius-base;
  &:hover {
    cursor: pointer;
    background-color: @theme-color-010;
    .iconDelete {
      color: @theme-color;
    }
  }
}
