Sha256: fd044c0af1dbd49b79d3af185e4d4b37001edb8d3dc098a892ec8dbde9c5f413
Contents?: true
Size: 723 Bytes
Versions: 33
Compression:
Stored size: 723 Bytes
Contents
@import "../tokens/colors"; @import "../tokens/spacing"; @import "../pb_caption/caption"; $section_colors: ( background: $bg_light, card: $card_light, ); [class^=pb_section_separator_kit] { display: flex; justify-content: center; align-items: center; position: relative; @each $color_name, $color_value in $section_colors { &[class*=_#{$color_name}] { span { display: inline-block; padding: 0 $space_xs; background: #{$color_value}; position: relative; z-index: 1; } } } &::after { content: ""; height: 1px; width: 100%; background: $border_light; position: absolute; top: 50%; left: 0; z-index: 0; } }
Version data entries
33 entries across 33 versions & 1 rubygems