Sha256: be2436b58927e7efcbe84fd969c5350354e9d58e0c333bc008e748e60475ff37
Contents?: true
Size: 864 Bytes
Versions: 1
Compression:
Stored size: 864 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 { &.admin{ max-height: 2rem;// KEEPBECKY } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
viniBaxter-desk_front-0.4.0 | lib/viniBaxter/sass/desk_front/administrate/base/_tables.scss |