Sha256: 1bb00b7b36cc9c5a05c4cdcfc6c298f118bede575aec308db61bf88dffe5988a
Contents?: true
Size: 698 Bytes
Versions: 92
Compression:
Stored size: 698 Bytes
Contents
@import "../tokens/spacing"; @import "../tokens/colors"; @import "../tokens/opacity"; @import "../pb_body/body"; $pb_pill_height: 22px; [class^=pb_pill_kit] { display: inline-flex; justify-content: center; align-items: center; padding: 0 calc($space-sm/1.8); height: $pb_pill_height; border-radius: calc($pb_pill_height/2); white-space: nowrap; &[class*=lowercase] { text-transform: lowercase; } &[class*=none] { text-transform: none; } @each $color_name, $color_value in $status_color_text { &[class*=_#{$color_name}] { background: rgba($color_value, $opacity-1); .pb_pill_text { color: $color_value !important; } } } }
Version data entries
92 entries across 92 versions & 1 rubygems