54358d8c465b2090ee934240eed34014089a7845
[yaffs-website] / web / core / themes / seven / css / components / colors.css
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 }
16