mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `help-inline` in portico.scss.
This commit is contained in:
parent
107fe3d3b4
commit
c3b12a41c4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue