css: Use SCSS nesting for `help-inline` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 01:43:32 +05:30 committed by Tim Abbott
parent 107fe3d3b4
commit c3b12a41c4
1 changed files with 3 additions and 3 deletions

View File

@ -310,10 +310,10 @@ html {
.help-inline {
font-weight: 400;
font-size: 0.9rem;
}
.help-inline.text-error {
color: hsl(1, 54%, 61%);
&.text-error {
color: hsl(1, 54%, 61%);
}
}
a.title {