mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.portico-landing.hello .hero .waves`.
This commit is contained in:
parent
45ea511225
commit
cabdc72722
|
@ -689,9 +689,8 @@ nav {
|
||||||
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
}
|
|
||||||
|
|
||||||
.portico-landing.hello .hero .waves .wave {
|
.wave {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -721,6 +720,7 @@ nav {
|
||||||
animation-name: wavesBackward;
|
animation-name: wavesBackward;
|
||||||
animation-duration: 21s;
|
animation-duration: 21s;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.portico-landing.hello .hero .content {
|
.portico-landing.hello .hero .content {
|
||||||
|
|
Loading…
Reference in New Issue