Sha256: bc5d544a22738de3af4f3c6073e89ba1a3d448215dcf1c3340b1184e7fcc14c3

Contents?: true

Size: 724 Bytes

Versions: 993

Compression:

Stored size: 724 Bytes

Contents

@import "../tokens/colors";
@import "../pb_body/body";

@mixin pb_button($color: $primary) {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: $color;
}

@mixin indicator-colors($colors-list) {
  @each $name, $color in $colors-list {
    &[class*=#{$name}] {
      .pb_legend_indicator_circle {
        @include pb_button($color);
      }
    }
  }
}

[class^=pb_legend_kit] {
  @include indicator-colors($data_colors);
  @include indicator-colors($status_colors);
  @include indicator-colors($product_colors);
  @include indicator-colors($category_colors);

  .pb_legend_indicator_circle_custom {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  }
}

Version data entries

993 entries across 993 versions & 1 rubygems

Version Path
playbook_ui-14.10.0.pre.rc.23 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.22 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.21 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment5060 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.20 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.19 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.18 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.PLAY1660reactdropzone5020 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.17 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.16 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.play17004992 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.play1703errorstatealignment4991 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.15 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.PLAY16264952 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.PLAY1731inputmasking4927 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4926 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.play1742globalheightfixes4925 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.14 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.10.0.pre.rc.13 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4903 app/pb_kits/playbook/pb_legend/_legend.scss