.actionBtn {
  width: 32px;
  height: 32px;
  cursor: pointer;

  &.disabled {
    cursor: not-allowed;
  }
}
