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

This commit is contained in:
Siddharth Varshney 2020-03-25 01:47:02 +05:30 committed by Tim Abbott
parent c3b12a41c4
commit 13fd68e749
1 changed files with 3 additions and 3 deletions

View File

@ -301,10 +301,10 @@ html {
border: 1px solid hsl(0, 0%, 87%);
border-radius: 4px;
background-color: hsl(0, 0%, 98%);
}
.help-box .blob {
.blob {
margin-top: 0px;
}
}
.help-inline {