Sha256: de4484fdb3bfd1b558a514481d4f36fa0f1321c2d09d6b898c2c8c59e7973fa2

Contents?: true

Size: 740 Bytes

Versions: 5

Compression:

Stored size: 740 Bytes

Contents

//
// Replicate the styles for Shopify Admin tables.
// --------------------------------------------------

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;

  &.expanded td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

th {
  font-weight: 400;
  text-align: left;
  color: #31373d;
  padding: 8px 10px;
  border-bottom: 1px solid #ebeef0;

  &.right-aligned {
    text-align: right;
  }

  &.is-sortable {
    cursor: pointer;

    &:hover {
      background: #eff9fd;
      color: #479ccf;
    }
  }
}

td {
  border-bottom: 1px solid #ebeef0;
  padding: 6px 10px;
  background: transparent;
}

tr:last-child > td {
  border-bottom: none;
}

.table-hover {
  tr:hover td {
    background: #eff9fd;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
disco_app-0.6.3 app/assets/stylesheets/disco_app/disco/_tables.scss
disco_app-0.6.4 app/assets/stylesheets/disco_app/disco/_tables.scss
disco_app-0.6.5 app/assets/stylesheets/disco_app/disco/_tables.scss
disco_app-0.6.6 app/assets/stylesheets/disco_app/disco/_tables.scss
disco_app-0.6.7 app/assets/stylesheets/disco_app/disco/_tables.scss