Sha256: eafd04510d779c2b30861a493a7f91b09ff73248e4c8b0447f0d7dd386fa0822

Contents?: true

Size: 1.17 KB

Versions: 13

Compression:

Stored size: 1.17 KB

Contents

// Table section
.table-card
  form
    margin: 0
  table
    th
      border-top: none

  .progress
    margin: 5px 0px 0px 0px
    border: 1px solid $gray-200
    border-radius: $border-radius

  .card-header
    //background-color: $table-bg-active
    .title
      float: left
      font-size: 20px
      .glyph
        margin-right: 10px
    .has-value
      width: 400px !important
    .input-group
      width: 300px
      transition: width .5s ease-in-out
      float: right
  .card-table, .card-body
    overflow-x: auto
    min-height: 200px

  .card-footer
    //background-color: $table-bg-active
    padding: 10px 10px
    .pagination
      margin: 0
      li
        display: inline
        float: left
    .table-pagination-per-page
      float: right
      select
        height: 38px
        width: 75px
        display: inline-block

.table>tbody>tr:hover
  td:last-child .dropdown-action
    display: inherit

.table>tbody>tr
  td:last-child
    padding: 0.35rem
    .dropdown-action
      display: none

.table-search-field
  .clear-search-btn
    cursor: pointer
  .glyph
    margin: 0

.table
  .action
    width: 135px
  .dropdown_select
    margin-bottom: 0px !important

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ui_bibz-2.3.7 app/assets/stylesheets/tables.sass
ui_bibz-2.3.6 app/assets/stylesheets/tables.sass
ui_bibz-2.3.5 app/assets/stylesheets/tables.sass
ui_bibz-2.3.4 app/assets/stylesheets/tables.sass
ui_bibz-2.3.3 app/assets/stylesheets/tables.sass
ui_bibz-2.3.2 app/assets/stylesheets/tables.sass
ui_bibz-2.3.1 app/assets/stylesheets/tables.sass
ui_bibz-2.3.0 app/assets/stylesheets/tables.sass
ui_bibz-2.2.2 app/assets/stylesheets/tables.sass
ui_bibz-2.2.1 app/assets/stylesheets/tables.sass
ui_bibz-2.2.0 app/assets/stylesheets/tables.sass
ui_bibz-2.1.6 app/assets/stylesheets/tables.sass
ui_bibz-2.1.5 app/assets/stylesheets/tables.sass