Sha256: dd432815a531885eddfdd44f277c42ba4394709110ac423f32187fabc9362a3a
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 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: #f5f5f5; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-drop-0.1.1 | _sass/components/_table.scss |
jekyll-theme-drop-0.1.0 | _sass/components/_table.scss |