Sha256: 429058ce8df2843cce3708e4a9486424bdc1d7f7ca82a83ff7a4d067d002cc44
Contents?: true
Size: 960 Bytes
Versions: 93
Compression:
Stored size: 960 Bytes
Contents
table.table { thead { th { text-transform: uppercase; font-size: $font-size-base - 3px; padding-top: 14px; padding-bottom: 14px; vertical-align: middle; letter-spacing: 1px; a { .glyphicon { padding-left: 5px; } } } } tbody { tr { td { vertical-align: middle; .filterable { font-size: 0.8em; margin-left: 0.2em; color: white; // hidden, but space is reserved for the icon cursor: pointer; } } &:hover td .filterable { color: #666; } } } } .table-active-filters { display: none; margin: -0.5em 0 0.9em 0; .label { display: inline-block; margin-right: 0.5em; margin-bottom: 0.5em; font-size: 85%; &:hover { opacity: 0.8; } span.icon { margin: 0.3em 0 0 0.6em; font-size: 80%; cursor: pointer; } } }
Version data entries
93 entries across 93 versions & 1 rubygems