Sha256: 312c44ee2ff94514769caf785787844007c5402398074fc45a9830c25f36f7dd

Contents?: true

Size: 525 Bytes

Versions: 8

Compression:

Stored size: 525 Bytes

Contents

/* Table */

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;

    tbody {
        tr {
            border-top: solid 1px #eae9e9;

            &:first-child {
                border-top: 0;
            }
        }
    }

    td {
        padding: 0.75em 1.25em 0.75em 1.25em;
    }

    th {
        text-align: left;
        font-weight: 400;
        padding: 0.75em 1.25em 0.75em 1.25em;
    }

    thead {
        background: _palette(bg);
    }
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
jekyll-theme-drop-0.1.8 _sass/components/_table.scss
jekyll-theme-drop-0.1.7 _sass/components/_table.scss
jekyll-theme-drop-0.1.6 _sass/components/_table.scss
jekyll-theme-drop-0.1.5 _sass/components/_table.scss
jekyll-theme-drop-0.1.4 _sass/components/_table.scss
jekyll-theme-drop-0.1.3 _sass/components/_table.scss
jekyll-theme-consulting-0.1.0 _sass/components/_table.scss
jekyll-theme-drop-0.1.2 _sass/components/_table.scss