Sha256: c6387250a61cf062a403eb02c9f77f0d307cec963757fa5a6b55a7ea917ec25c

Contents?: true

Size: 626 Bytes

Versions: 8

Compression:

Stored size: 626 Bytes

Contents

.h-table {
  thead, tfoot {
    text-transform: uppercase;
    color: $table-color;
    letter-spacing: 0.05em;
    font-size: $font-size-base * 0.85;
    position: relative;
  }

  a {
    color: $body-color;
    text-decoration: none;
    font-weight: $font-weight-medium;

    &:hover {
      text-decoration: underline;
    }
  }
  .table-drag-sort-handle {
    cursor: move;
  }
}

.h-table-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 54px);
  background: $table-striped-bg;
  padding: 0.3rem 0.3rem 0.26rem 0.3rem !important;

  .form-select {
    width: 300px;
    max-width: 100%;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
headmin-0.2.9 src/scss/headmin/table.scss
headmin-0.3.4 app/assets/stylesheets/headmin/table.scss
headmin-0.3.3 app/assets/stylesheets/headmin/table.scss
headmin-0.3.2 app/assets/stylesheets/headmin/table.scss
headmin-0.3.1 app/assets/stylesheets/headmin/table.scss
headmin-0.2.8 src/scss/headmin/table.scss
headmin-0.2.7 src/scss/headmin/table.scss
headmin-0.2.6 src/scss/headmin/table.scss