Sha256: 1a59f074d724238b581cc27d68e434f8af7138452bcebbaae60e9424af7a3b51
Contents?: true
Size: 551 Bytes
Versions: 55
Compression:
Stored size: 551 Bytes
Contents
/* ========================================================================== Tables ========================================================================== */ .table-header { background-color: $gray-lighter; } .table-header-secondary { background-color: $table-bg-accent; font-weight: bold; } thead .table-header-secondary td { border-bottom: 1px solid #ccc; } .fixed-table-header-container { position: fixed; top: 0; left: 0; right: 0; z-index: 10; table { box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3); } }
Version data entries
55 entries across 55 versions & 1 rubygems