Sha256: e97fa41f21113fcd6d80e6ac6c23065563b9657f57c8e88d7230b437addffe93
Contents?: true
Size: 645 Bytes
Versions: 16
Compression:
Stored size: 645 Bytes
Contents
/* ========================================================================== TABLES ========================================================================== */ table { margin-bottom: 1em; width: 100%; font-family: $global-font-family; font-size: $type-size-6; border-collapse: collapse; & + table { margin-top: 1em; } } thead { background-color: $border-color; border-bottom: 2px solid mix(#000, $border-color, 25%); } th { padding: 0.5em; font-weight: bold; text-align: left; } td { padding: 0.5em; border-bottom: 1px solid mix(#000, $border-color, 25%); } tr, td, th { vertical-align: middle; }
Version data entries
16 entries across 16 versions & 2 rubygems