Sha256: 600a8b2543f814c67c8fa1bd73962baa6a89032273de3947b0d06c5c721b40b7
Contents?: true
Size: 854 Bytes
Versions: 12
Compression:
Stored size: 854 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; } [role=link] { 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
12 entries across 12 versions & 2 rubygems