Sha256: 68d9f5cc191e01dd3562b0f6bf48ad10d62d69a31420b8bd707a477c07dc6de4
Contents?: true
Size: 1.38 KB
Versions: 8
Compression:
Stored size: 1.38 KB
Contents
%badge-shape-rounded { height: 16px !important; // stylelint-disable-line declaration-no-important } %badge-font-rounded { height: 12px; font-size: 10px; line-height: 12px; } .#{$prefix}badge { font-size: $font-size-sm; line-height: 1.25; vertical-align: middle; @extend %font-size-sm; .ic { width: 12px; height: 12px; font-size: 14px; line-height: 12px; color: inherit; vertical-align: middle; cursor: pointer; &:first-child { margin-right: 12px; } &:last-child { margin-left: 12px; } } &-sm { padding: 0 4px; &__font { &--circle { width: 12px; @extend %badge-font-rounded; } &--rounded { width: auto; @extend %badge-font-rounded; } } &__shape { &--circle { width: 16px !important; // stylelint-disable-line declaration-no-important padding: 2px; border-radius: 50%; // stylelint-disable-line property-blacklist @extend %badge-shape-rounded; } &--rounded { width: auto !important; // stylelint-disable-line declaration-no-important padding: 2px 4px; border-radius: 15px; // stylelint-disable-line property-blacklist @extend %badge-shape-rounded; } } } &-dot, &-dot:empty { display: inline-block; width: 8px; height: 8px; padding: 0; } }
Version data entries
8 entries across 8 versions & 1 rubygems