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