Sha256: f9373d8788a5d6280f5ad90a070a90db02b561a31b3aee73aabb2bc385d15ed9
Contents?: true
Size: 1.13 KB
Versions: 5
Compression:
Stored size: 1.13 KB
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); } } // .grid { // display: flex; // flex-wrap: wrap; // // .grid-item { // // flex-grow: 1; // // min-width: 25%; // // } // .grid-item:first-child { // flex-grow: 1; // max-width: 30%; // } // } 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; // width: 100%; } td img { &.admin{ max-height: 2rem;// KEEPBECKY } }
Version data entries
5 entries across 5 versions & 1 rubygems