Sha256: 5bbb01c52082ee4bce5995a7eb1eecb1c1a46cbe6d9ad41597a0cba4b26f13bd
Contents?: true
Size: 643 Bytes
Versions: 10
Compression:
Stored size: 643 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
10 entries across 10 versions & 2 rubygems