Sha256: 7c71a90082d954296559a7f77b950e981b9bcbdae43530b2dfd8f232fd744aef
Contents?: true
Size: 761 Bytes
Versions: 7
Compression:
Stored size: 761 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; &.nocursor { cursor: default; } } &:focus { outline: $focus-outline; outline-offset: -($focus-outline-width); } } td, th { font-feature-settings: $base-font; font-kerning: normal; font-variant-ligatures: common-ligatures, contextual; font-variant-numeric: lining-nums, tabular-nums; padding: 0.75rem; vertical-align: middle; } td img { &.admin { max-height: 2rem; } }
Version data entries
7 entries across 7 versions & 1 rubygems