colors.css
Same filename and directory in other branches
- 10 core/themes/claro/css/theme/colors.css
- 11.x core/themes/claro/css/theme/colors.css
- 9 core/themes/seven/css/theme/colors.css
- 9 core/themes/claro/css/theme/colors.css
- 9 core/themes/bartik/css/colors.css
- 9 core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css
- 8.9.x core/themes/seven/css/theme/colors.css
- 8.9.x core/themes/claro/css/theme/colors.css
- 8.9.x core/themes/bartik/css/colors.css
- 8.9.x core/modules/color/tests/modules/color_test/themes/color_test_theme/css/colors.css
- 7.x themes/bartik/css/colors.css
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
/**
* 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.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- /**
- * Reusable colors.
- */
- .color-success {
- color: #325e1c;
- background-color: #f3faef;
- }
- .color-warning {
- color: #734c00;
- background-color: #fdf8ed;
- }
- .color-error {
- color: #a51b00;
- background-color: #fcf4f2;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.