Sha256: 72385c043f63f291bec2a8c74b3e638b8f9f4ee6f3b37150e5b61a5da8f46eeb
Contents?: true
Size: 1.04 KB
Versions: 92
Compression:
Stored size: 1.04 KB
Contents
@import "../tokens/colors"; @import "../tokens/opacity"; @import "../tokens/spacing"; @import "../tokens/typography"; [class^=pb_bread_crumbs_kit] { $pb_badge_height: 18px; display: inline-flex; align-items: center; justify-content: center; padding: 0 calc($space_xs/2); svg { margin-right: 8px; } .pb_bread_crumb_item { display: flex; flex-direction: row; align-items: center; } .pb_bread_crumb_item_kit { display: flex; flex-direction: row; align-items: center; } .pb_bread_crumb_item_kit:not(:last-child):after { content: '/'; padding-left: 8px; padding-right: 8px; } @each $color_name, $color_value in $status_colors { &[class*=_#{$color_name}] { background: rgba($color_value, $opacity_1); color: map-get($status_color_text, $color_name); } } &.dark { @each $color_name, $color_value in $status_colors { &[class*=_#{$color_name}] { background: rgba(mix($bg_dark, $color_value, 10%), $opacity_2); } } } }
Version data entries
92 entries across 92 versions & 1 rubygems