Sha256: 3ac64949fe18af9ca84cd1749a6df8311461018ad2872c98a3cb11bc73d84ec5

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

@mixin ThemeRoller($name,$col) {
  &.#{$name} {
    background-color: rgba($col,10%);
    color: $col;

    &.active {
      background-color: $col;
      color: white;
    }
  }
}

@mixin ThemeOutput($name,$col) {
  &.#{$name} {
    background-color: rgba($col,10%);
    border-color: rgba($col,20%);
    color: $col;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-0.6.9 _sass/helpers/mixins/roller.scss