Sha256: 43cf1c8890405a047be517e6e3406117da680b27b911086646a9caebe0d7aaa0
Contents?: true
Size: 890 Bytes
Versions: 10
Compression:
Stored size: 890 Bytes
Contents
table { width: 100%; } thead th { font-size: 12px; text-align: left; a { color: $text-color-important; font-weight: normal; width: 100%; display: inline-block; padding: 4px 20px 4px 4px; @media screen and (min-width: $md-width) { padding: 8px 20px 8px 8px; } } &.col-selectable { padding-left: 4px; @media screen and (min-width: $md-width) { padding-left: 8px; } } } tbody tr { &:nth-of-type(odd) { background-color: rgba(243,247,249,.3); } &:hover { background-color: #f3f7f9; } th { font-size: 14px; } td { padding: 4px; line-height: 1.57142857; vertical-align: top; border-top: 1px solid #e4eaec; color: #7A8392; font-size: 12px; &.col-actions { padding: 6px 8px; } @media screen and (min-width: $md-width) { padding: 8px; } } }
Version data entries
10 entries across 10 versions & 1 rubygems