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 {
|
.help-inline {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
|
||||||
|
|
||||||
.help-inline.text-error {
|
&.text-error {
|
||||||
color: hsl(1, 54%, 61%);
|
color: hsl(1, 54%, 61%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.title {
|
a.title {
|
||||||
|
|
Loading…
Reference in New Issue