Sha256: 3c203bd7aea41800ef53418b20035f85fe88b06eacd391897fd14332944db0f6

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

table {
  width: 95%;
  margin-top: $spacing-half;
  margin-bottom: $spacing-half;
  border-collapse: collapse;
  font-size: $small-font-size;

  thead {
    font-weight: $bold-weight;
    color: $black;
    border-bottom: 1px solid $light;
  }
  th,
  td,
  tr {
    border: 1px solid $dark-smoke;
    padding: 2px 7px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jscom_ice-0.0.2 _sass/component/_table.scss