css changes

This commit is contained in:
Norm Rasmussen
2022-05-04 10:09:06 -04:00
parent 0be838cc27
commit 90874413c3
4 changed files with 12 additions and 61 deletions

View File

@ -1447,39 +1447,6 @@ button,
font-size: 2rem;
}
}
/* --- Homepage Waves --- */
.homepage-waves__wave-1-container,
.homepage-waves__wave-2-container,
.homepage-waves__wave-3-container {
position: relative;
width: 100%;
display: block;
}
.homepage-waves__wave-1-container {
margin-top: calc((-100vw / 2000 * 150) + 2px);
}
.homepage-waves__wave-3-container {
background-color: #94dbff;
margin-top: calc(-100vw / 2000 * 150 * 0.15);
}
.homepage-waves__wave-1 {
fill: #bfe4ff;
animation-name: slide-2;
animation-duration: 180s;
}
.homepage-waves__wave-2,
.homepage-waves__wave-3 {
animation-name: slide-3;
}
.homepage-waves__wave-2 {
fill: #94dbff;
animation-duration: 120s;
animation-direction: reverse;
}
.homepage-waves__wave-3 {
fill: #4cc3ff;
animation-duration: 60s;
}
/* --- Navigation --- */
.homepage-navigation__section {
@ -1530,6 +1497,7 @@ button,
border-color: #e0f3ff;
border-width: 0 1px 0 0 ;
flex-shrink: 0;
padding: 45px;
}
.homepage-navigation__item .is-animation,
.homepage-navigation__button.is-animation {