Sha256: a48f3a5bb96c390326c73fa9d297948c8a41a6332a2f6a2c493533bf288c5110
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
// Label mixins // Default: 20px // Large: 24px // Inline: em based @mixin labels-base { display: inline-block; padding: 0 7px; font-size: $font-size-small; font-weight: $font-weight-semibold; line-height: 18px; border: $border-width $border-style transparent; border-radius: 2em; } @mixin labels-large { padding-right: 10px; padding-left: 10px; line-height: 22px; } // Inline // // Doesn't increase height of parent element // Can be used with different font-sizes @mixin labels--inline { display: inline; padding: 0.1667em 0.5em; font-size: 0.9em; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primery-0.1.0 | _sass/@primer/css/labels/mixins.scss |