@each $color, $value in $theme-colors {
  .alert-#{$color} .alert-icon {
    fill: shade-color($value, $alert-color-scale);
  }
}
