Sha256: e0e0229ec89932407c3e42d5ee3ecfc5f5ec955d0915c027f979d8ae1256aefd

Contents?: true

Size: 936 Bytes

Versions: 70

Compression:

Stored size: 936 Bytes

Contents

//
// Tables
//
// stylelint-disable max-nesting-depth, selector-no-type, selector-max-type

.table-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: $sp-5;
  overflow-x: auto;
  border-radius: $border-radius;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
}

table {
  display: table;
  min-width: 100%;
  border-collapse: separate;
}

th,
td {
  @include fs-3;
  min-width: 120px;
  padding-top: $sp-2;
  padding-right: $sp-3;
  padding-bottom: $sp-2;
  padding-left: $sp-3;
  background-color: $table-background-color;
  border-bottom: $border rgba($border-color, 0.5);
  border-left: $border $border-color;

  &:first-of-type {
    border-left: 0;
  }
}

tbody {
  tr {
    &:last-of-type {
      th,
      td {
        border-bottom: 0;
      }

      td {
        padding-bottom: $sp-3;
      }
    }
  }
}

thead {
  th {
    border-bottom: $border $border-color;
  }
}

Version data entries

70 entries across 70 versions & 6 rubygems

Version Path
jekyll-cessda-docs-0.1.11 _sass/tables.scss
jekyll-cessda-docs-0.1.11.pre.d2f3089c74b3bfd3d3624d702cb07401036885ff _sass/tables.scss
jekyll-cessda-docs-0.1.10.pre.d82c42ba9ed332418f362da4ebd6622718985a14 _sass/tables.scss
jekyll-cessda-docs-0.1.10.pre.f39e7bdab5c9aaaac9b9c7b2d6d4224de53bbc62 _sass/tables.scss
jekyll-cessda-docs-0.1.10.pre.d587f893cc63298eb1de3c47b89bca57ff44de3f _sass/tables.scss
jekyll-cessda-docs-0.1.10 _sass/tables.scss
jekyll-cessda-docs-0.1.10.pre.2706e0c723ff44067ba8e667ac3e44e9269e39e4 _sass/tables.scss
jekyll-cessda-docs-0.1.10.pre.f77bbe9cb46f31a0330b9cfa0d97f2f030f0677a _sass/tables.scss
jekyll-cessda-docs-0.1.9 _sass/tables.scss
jekyll-cessda-docs-0.1.10.pre.1ed94d588429435ee094e916854b74478a0f0f3c _sass/tables.scss
fni-docs-theme-0.6.2 _sass/tables.scss
jekyll-cessda-docs-0.1.9.pre.3921eeadb29289508ff731890440707b3eddfe8d _sass/tables.scss
jekyll-cessda-docs-0.1.9.pre.2434228f437aa2f078a66797f886e5a19d17476d _sass/tables.scss
jekyll-cessda-docs-0.1.8.pre.d83ed94d3f7a697ed5b8224a5538c97f35dcb7ac _sass/tables.scss
fni-docs-theme-0.6.1 _sass/tables.scss
fni-docs-theme-0.6.0 _sass/tables.scss
fni-docs-theme-0.5.0 _sass/tables.scss
fni-docs-theme-0.4.3 _sass/tables.scss
fni-docs-theme-0.4.2 _sass/tables.scss
jekyll-cessda-docs-0.1.8 _sass/tables.scss