@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-table-action-group-popover-content-wrap {
    width: 200px;
  }
  &-table-action-group-footer {
    padding: 16px;
    border-top: 1px solid var(--Gray-200, #EAECF0);
  }
  &-table-action-group-header {
    //padding: 16px 16px 0;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    .anticon {
      font-size: 20px;
      color: var(--gray-400,#98a2b3);
    }
    &-title {
      color: var(--Gray-900, #101828);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      margin-right: 6px;
    }
  }
}
