Textarea component: syntax minor fix

This commit is contained in:
María Checa 2016-02-08 11:03:14 +01:00
parent 6a7171a3e5
commit 924fc52318

View File

@ -35,9 +35,9 @@
border-color: $cSecondaryLine;
background: $cThirdBackground;
}
&.has-error {
border: 1px solid rgba($cError, 0.48);
background: rgba($cError, 0.04);
color: $cError;
}
}
.CDB-Textarea.has-error {
border: 1px solid rgba($cError, 0.48);
background: rgba($cError, 0.04);
color: $cError;
}