colors.pcss.css

Same filename in other branches
  1. 9 core/themes/claro/css/theme/colors.pcss.css
  2. 10 core/themes/claro/css/theme/colors.pcss.css
  3. 11.x core/themes/claro/css/theme/colors.pcss.css
/**
 * Reusable colors.
 */
.color-success {
  color: #325e1c;
  background-color: #f3faef;
}
.color-warning {
  color: #734c00;
  background-color: #fdf8ed;
}
.color-error {
  color: #a51b00;
  background-color: #fcf4f2;
}

File

core/themes/claro/css/theme/colors.pcss.css

View source
  1. /**
  2. * Reusable colors.
  3. */
  4. .color-success {
  5. color: #325e1c;
  6. background-color: #f3faef;
  7. }
  8. .color-warning {
  9. color: #734c00;
  10. background-color: #fdf8ed;
  11. }
  12. .color-error {
  13. color: #a51b00;
  14. background-color: #fcf4f2;
  15. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.