Sha256: b81877816e7e10f48e520b9eddea9ab1fe15c71a1b82dabe25b307c6f04b9045

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

.table th {
  border-top: 0;
  margin-bottom: 0;
}

.table.no-top-border {
  tr:first-child td {
    border-top: 0;
  }
}

.table.table-flush {
  tr {
    td, th {
      &:first-child { padding-left: 0; }
    }
  }

  tr {
    td, th {
      &:last-child { padding-right: 0; }
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mvpkit-1.1.2 project/app/webpack/stylesheets/skin/tables.scss
mvpkit-1.1.1 project/app/webpack/stylesheets/skin/tables.scss
mvpkit-1.1.0 project/app/webpack/stylesheets/skin/tables.scss