.collect {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;

  .icon,
  .unIcon {
    font-size: 14px;
    height: 18px;
  }
  .icon {
    color: #f59e41;
  }
}

.iconOption {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  .collect {
    display: none;
  }
  &:hover {
    .collect {
      background: rgba(255, 255, 255, 0.08);
    }
  }
}

.fonts {
  .iconOption {
    .optionName {
      max-width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .collect {
      display: flex;
    }
  }
}
