Sha256: bcfd51281721e4e687c01acf94c1ea541f7f19ff28bd6fb9a33239c7da7cb9b3

Contents?: true

Size: 1.15 KB

Versions: 15

Compression:

Stored size: 1.15 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
    .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

15 entries across 15 versions & 1 rubygems

Version Path
ui_bibz-2.5.6 app/assets/stylesheets/tables.sass
ui_bibz-2.5.5 app/assets/stylesheets/tables.sass
ui_bibz-2.5.3 app/assets/stylesheets/tables.sass
ui_bibz-2.5.2 app/assets/stylesheets/tables.sass
ui_bibz-2.5.1 app/assets/stylesheets/tables.sass
ui_bibz-2.5.0 app/assets/stylesheets/tables.sass
ui_bibz-2.4.0 app/assets/stylesheets/tables.sass
ui_bibz-2.3.15 app/assets/stylesheets/tables.sass
ui_bibz-2.3.14 app/assets/stylesheets/tables.sass
ui_bibz-2.3.13 app/assets/stylesheets/tables.sass
ui_bibz-2.3.12 app/assets/stylesheets/tables.sass
ui_bibz-2.3.11 app/assets/stylesheets/tables.sass
ui_bibz-2.3.10 app/assets/stylesheets/tables.sass
ui_bibz-2.3.9 app/assets/stylesheets/tables.sass
ui_bibz-2.3.8 app/assets/stylesheets/tables.sass