Sha256: 975ec50237390cd6896ce9a34dbf9ac53c85f7f2c3bc5144cded6fc6a61121eb
Contents?: true
Size: 794 Bytes
Versions: 1
Compression:
Stored size: 794 Bytes
Contents
// ==================================================================================================================== // LABELS & BADGES // ==================================================================================================================== @if $labels { .label, .badge { @extend %pill !optional; display: inline-block; padding: $pills-padding; vertical-align: baseline; white-space: nowrap; } .label { @include border-radius($base-border-radius); } .badge { @include border-radius(20px); } .label, .badge { &:empty { display: none; } } a { &.label:hover, &.label:focus, &.badge:hover, &.badge:focus { color: $white; text-decoration: none; cursor: pointer; } } .btn { .label, .badge { margin: -.2em -.35em 0 .35em ; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rapido-css-0.0.2.1 | stylesheets/components/_labels.scss |