@import '../settings/variables';

.u-pattern-stripes {
  fill: $color-primary;

  &--selected {
    fill: $color-selected;
  }
}
