@import "~@alifd/next/variables";

/* write style here */
.mod-bsp-form-list {
  .bspPaginationTotal {
    color: $color-brand1-6;
  }
  .#{$css-prefix}pagination-total {
    position: absolute;
    left: 0;
  }
  .mod-bsp-form-list-filter {
    margin-bottom: $s-5;
  }
  .mod-bsp-form-list-filter-action {
    .#{$css-prefix}form-item-label {
      color: transparent;
    }
  }
  .mod-bsp-form-list-filter-action-single {
    .#{$css-prefix}form-item-label {
      display: none;
    }
  }
  .mod-bsp-form-list-action-bar {
    margin: 0 0 $s-5;
  }
}
.bsp-form-list-popup-trigger {
  .#{$css-prefix}menu-item {
    padding: 0 !important;
  }
  .#{$css-prefix}menu-item-text {
    width: 100%;
    display: inline-block;
    .#{$css-prefix}btn-text {
      padding: 0 20px;
      width: 100%;
      height: 100%;
      text-align: left;
      line-height: 32px;
    }
  }
}
