Skip to content

color set

archco edited this page Jun 12, 2017 · 11 revisions

Summary

scss/components/color-set

Color-set

Available color keywords: default, primary, secondary, info, success, warning, danger, error, light, dark, shade, link

$color-set: (
  default: $default-color, // It's half value of background-color and background-color-invert.
  primary: $primary-color,
  secondary: $secondary-color,
  info: $info-color,
  success: $success-color,
  warning: $warning-color,
  danger: $danger-color,
  error: $danger-color,
  light: $light-color,
  dark: $dark-color,
  shade: $shade-color,
  link: $link-color,
);

Components of uses this color-set