Sha256: f30b4a17b97857cc8b43bae3fe95c68c602a15e1a7eeca51112954315d1d9d1b
Contents?: true
Size: 833 Bytes
Versions: 11
Compression:
Stored size: 833 Bytes
Contents
table { border-collapse: collapse; font-size: 0.9em; text-align: left; width: 100%; a { color: inherit; text-decoration: none; } } thead { font-weight: $bold-font-weight; } tr { border-bottom: $base-border; } tbody tr { &:hover { background-color: $base-background-color; cursor: pointer; } &:focus { outline: $focus-outline; outline-offset: -($focus-outline-width); } } td, th { font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum"; font-kerning: normal; font-variant-ligatures: common-ligatures, contextual; font-variant-numeric: lining-nums, tabular-nums; padding: 0.75rem; vertical-align: middle; } td:first-child, th:first-child { padding-left: 2rem; } td:last-child, th:last-child { padding-right: 2rem; } td img { max-height: 2rem; }
Version data entries
11 entries across 11 versions & 2 rubygems