mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `portico-landing.show`.
This commit is contained in:
parent
d61fd5d9eb
commit
68268c8c1e
|
@ -370,8 +370,10 @@ nav {
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
.portico-landing.show {
|
||||
.portico-landing {
|
||||
&.show {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.portico-landing.features-app {
|
||||
|
|
Loading…
Reference in New Issue