css: Use SCSS nesting for `.portico-landing.hello .hero .waves`.

This commit is contained in:
SiddharthVarshney 2020-06-20 17:33:45 +05:30 committed by Tim Abbott
parent 45ea511225
commit cabdc72722
1 changed files with 23 additions and 23 deletions

View File

@ -689,9 +689,8 @@ nav {
z-index: 0;
opacity: 0.3;
}
.portico-landing.hello .hero .waves .wave {
.wave {
position: absolute;
width: 100%;
@ -722,6 +721,7 @@ nav {
animation-duration: 21s;
}
}
}
.portico-landing.hello .hero .content {
position: relative;