@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-action-btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    &:hover {
      background: var(--Primary-100, #F4EBFF);
    }
  }
  &-action-btn-icon-active {
    background: var(--Primary-100, #F4EBFF);
  }
}