Sha256: 3a2f8c5bd9b8779aec22cde11be373a8136ff4138b6fb70975c9ff5c9978feb0

Contents?: true

Size: 536 Bytes

Versions: 16

Compression:

Stored size: 536 Bytes

Contents

/* Table */

table {
    width: 100%;

    &.default {
        width: 100%;

        tbody {
            tr {
                border-bottom: solid 1px _palette(border);
            }
        }

        td {
            padding: 0.5em 1em 0.5em 1em;
        }

        th {
            font-weight: 400;
            padding: 0.5em 1em 0.5em 1em;
            text-align: left;
        }

        thead {
            background: _palette(fg);
            color: #fff;
        }

        tfoot {
        }

        tbody {
        }
    }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
jekyll-theme-twenty-0.1.16 _sass/components/_table.scss
jekyll-theme-twenty-0.1.15 _sass/components/_table.scss
jekyll-theme-twenty-0.1.14 _sass/components/_table.scss
jekyll-theme-twenty-0.1.12 _sass/components/_table.scss
jekyll-theme-twenty-0.1.11 _sass/components/_table.scss
jekyll-theme-twenty-0.1.10 _sass/components/_table.scss
jekyll-theme-twenty-0.1.9 _sass/components/_table.scss
jekyll-theme-twenty-0.1.8 _sass/components/_table.scss
jekyll-theme-twenty-0.1.7 _sass/components/_table.scss
jekyll-theme-twenty-0.1.6 _sass/components/_table.scss
jekyll-theme-twenty-0.1.5 _sass/components/_table.scss
jekyll-theme-twenty-0.1.4 _sass/components/_table.scss
jekyll-theme-twenty-0.1.3 _sass/components/_table.scss
jekyll-theme-twenty-0.1.2 _sass/components/_table.scss
jekyll-theme-twenty-0.1.1 _sass/components/_table.scss
jekyll-theme-twenty-0.1.0 _sass/components/_table.scss