/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * https://github.com/wenzhixin/bootstrap-table/
 * theme: https://github.com/Semantic-Org/Semantic-UI
 */

 @import './variables.scss';
 @import '../theme.scss';

.bootstrap-table {
  .fixed-table-container.fixed-height:not(.has-footer),
  .fixed-table-body {
    border-bottom-left-radius: .28571429rem;
    border-bottom-right-radius: .28571429rem;
  }

  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }

  .fixed-table-toolbar {
    .search input {
      padding-top: 0.60714286rem;
      padding-bottom: 0.60714286rem;
    }

    .button.dropdown {
      padding: 0;

      .button {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }

    .ui.buttons .button:last-child .button {
      border-top-right-radius: 0.285714rem;
      border-bottom-right-radius: .28571429rem;
    }
  }

  .fixed-table-header .table {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }

  .table {
    background: transparent;

    thead th[data-not-first-th] {
      border-left: 1px solid $border-color!important;
    }
  }

  .dropup i.icon.dropdown:before {
    content: "\f0d8";
  }
}
