Sha256: 5820562f9c62ee8f52e5a7813305b83ffc2f0e0075167b42b04342461506894b

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

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

  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 {
  width: 100%;
  @include media-breakpoint-up(md) {
    width: auto;
  }

  select {
    min-width: 100%;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 src/scss/headmin/table.scss
headmin-0.1.1 src/scss/headmin/table.scss