text-error-css: Use same color as used by bootstrap for text-error.

This commit is contained in:
Aman Agrawal 2020-10-17 15:20:33 +05:30 committed by Tim Abbott
parent 1849ca41d2
commit 1e5873df9e
2 changed files with 3 additions and 3 deletions

View File

@ -474,7 +474,7 @@ html {
display: block;
padding: 0;
color: hsl(0, 54%, 61%);
color: hsl(1.1, 44.7%, 50.4%);
font-size: 0.7em;
font-weight: 600;
text-align: left;
@ -490,7 +490,7 @@ html {
top: 0;
right: 0;
text-align: right;
color: hsl(0, 54%, 61%);
color: hsl(1.1, 44.7%, 50.4%);
font-size: 0.7em;
font-weight: 600;
padding-left: 0;

View File

@ -320,7 +320,7 @@ html {
font-size: 0.9rem;
&.text-error {
color: hsl(1, 54%, 61%);
color: hsl(1.1, 44.7%, 50.4%);
}
}