css: Use SCSS nesting for `.integration` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 01:52:10 +05:30 committed by Tim Abbott
parent be0cd1dfc2
commit f488c03ca1
1 changed files with 3 additions and 3 deletions

View File

@ -371,11 +371,11 @@ img.screenshot {
margin-top: 2em; margin-top: 2em;
padding-top: 1em; padding-top: 1em;
border-top: 1px dashed hsl(0, 0%, 0%); border-top: 1px dashed hsl(0, 0%, 0%);
}
.integration p { p {
margin-top: 2em; margin-top: 2em;
} }
}
#pw_strength { #pw_strength {
/* Same width as a Bootstrap default text <input> with padding */ /* Same width as a Bootstrap default text <input> with padding */