Sha256: 7b5077cd4d3253b697d9d74aec8ea88d21d27d76675403d6903b7dbda718042e

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

.table {
  background: $white-color;
}

.table th,
.table td {
  vertical-align: middle;
}

.table-striped {
  tbody tr:nth-of-type(odd) {
    background-color: $gray-200;
  }
}

.table-hover {
  tbody {
    tr:hover {
      background-color: $gray-400;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/sass/kiso_themes/_core/_tables.scss