Sha256: 287e9953f6c29f92e7ba488d6c570b63cae8a3c85daae6c5bed7b1efa1a20bb3
Contents?: true
Size: 973 Bytes
Versions: 24
Compression:
Stored size: 973 Bytes
Contents
.badge > tbody > tr > td { display: inline-block; padding: .25 * $font-size-base .4 * $font-size-base; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 4px; } // Pill badges .badge-pill > tbody > tr > td { padding-right: .6 * $font-size-base; padding-left: .6 * $font-size-base; border-radius: $border-radius-pill; } // Make badge text 75% smaller when in a header h1 { .badge > tbody > tr > td { font-size: .75 * 2.25 * $font-size-base; } } h2 { .badge > tbody > tr > td { font-size: .75 * 2 * $font-size-base; } } h3 { .badge > tbody > tr > td { font-size: .75 * 1.75 * $font-size-base; } } h4 { .badge > tbody > tr > td { font-size: .75 * 1.5 * $font-size-base; } } h5 { .badge > tbody > tr > td { font-size: .75 * 1.25 * $font-size-base; } } h6 { .badge > tbody > tr > td { font-size: .75 * $font-size-base; } }
Version data entries
24 entries across 24 versions & 1 rubygems