mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.help-box` in portico.scss.
This commit is contained in:
parent
c3b12a41c4
commit
13fd68e749
|
@ -301,10 +301,10 @@ html {
|
|||
border: 1px solid hsl(0, 0%, 87%);
|
||||
border-radius: 4px;
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
}
|
||||
|
||||
.help-box .blob {
|
||||
margin-top: 0px;
|
||||
.blob {
|
||||
margin-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.help-inline {
|
||||
|
|
Loading…
Reference in New Issue