css: Use SCSS nesting for `portico-landing.show`.

This commit is contained in:
SiddharthVarshney 2020-06-14 20:08:14 +05:30 committed by Tim Abbott
parent d61fd5d9eb
commit 68268c8c1e
1 changed files with 4 additions and 2 deletions

View File

@ -370,8 +370,10 @@ nav {
z-index: 1;
}
.portico-landing.show {
.portico-landing {
&.show {
opacity: 1;
}
}
.portico-landing.features-app {