Sha256: 1d84594e28f9406112b2f2e9e363e3565db1657b9b31d77660a7252af6f2b18b

Contents?: true

Size: 211 Bytes

Versions: 2

Compression:

Stored size: 211 Bytes

Contents

@mixin choice-button-colors($colors-list) {
  @each $name, $color in $colors-list {
    &-#{$name} {
      @include ghost-button($color);
      border-color: $border-color;
      background: $white;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro_sg-3.0.2 sass-mixins/nitro-ui/buttons/_choice-buttons.scss
nitro_sg-3.0.1 sass-mixins/nitro-ui/buttons/_choice-buttons.scss