Sha256: 5a31578070b75983bde8e6144b3fc4c0923bc084500e543edb036798b962b773

Contents?: true

Size: 290 Bytes

Versions: 8

Compression:

Stored size: 290 Bytes

Contents

$alert-red: #FBE3E4;
$alert-yellow: #FFF6BF;
$alert-green: #E6EFC2;

$label-alerts: (alert: $alert-yellow, error: $alert-red, notice: lighten($base-accent-color, 40), success: $alert-green);

@each $alert, $color in $label-alerts {
  .label-#{$alert} {
    color: darken($color, 45);
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
staple-0.0.9 source/stylesheets/staple/_label-alerts.scss
staple-0.0.8 source/stylesheets/staple/_label-alerts.scss
staple-0.0.7 source/stylesheets/staple/_label-alerts.scss
staple-0.0.6 source/stylesheets/staple/_label-alerts.scss
staple-0.0.5 source/stylesheets/staple/_label-alerts.scss
staple-0.0.4 source/stylesheets/staple/_label-alerts.scss
staple-0.0.3 source/stylesheets/staple/_label-alerts.scss
staple-0.0.2 source/stylesheets/staple/_label-alerts.scss