Sha256: bc5d544a22738de3af4f3c6073e89ba1a3d448215dcf1c3340b1184e7fcc14c3

Contents?: true

Size: 724 Bytes

Versions: 1023

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

1,023 entries across 1,023 versions & 1 rubygems

Version Path
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5738 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.3 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5728 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5716 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.play1862buttondisabledlinkbug5714 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.2 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.1 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.13.0.pre.rc.0 app/pb_kits/playbook/pb_legend/_legend.scss
playbook_ui-14.12.0.pre.alpha.advancedtablealignmentfixes5693 app/pb_kits/playbook/pb_legend/_legend.scss