Sha256: bfe4510e012196be016c66d04c75c11e3336053a8c3d7745eba7011e568519ef
Contents?: true
Size: 609 Bytes
Versions: 9
Compression:
Stored size: 609 Bytes
Contents
/* ========================================================================== Tables ========================================================================== */ table { @include fluid-type($min-vw, $max-vw, 12px, 18px); width: 100%; border-collapse: collapse; /* For Firefox to horizontally scroll wider tables */ // scss-lint:disable DuplicateProperty word-break: normal; word-break: keep-all; } th, td { border-bottom: 1px solid $border-color; } th { padding: 0.5em; font-weight: bold; text-align: left; } td { padding: 0.5em; } tr, td, th { vertical-align: middle; }
Version data entries
9 entries across 9 versions & 2 rubygems