Sha256: f311048982b086c77fa52d10e5742f52a3914bd6c7cda67542295edec9f8a9fd

Contents?: true

Size: 628 Bytes

Versions: 4

Compression:

Stored size: 628 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: $headings-font-weight;

    &: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

4 entries across 4 versions & 1 rubygems

Version Path
headmin-0.5.0 app/assets/stylesheets/headmin/table.scss
headmin-0.4.2 app/assets/stylesheets/headmin/table.scss
headmin-0.4.1 app/assets/stylesheets/headmin/table.scss
headmin-0.4.0 app/assets/stylesheets/headmin/table.scss