|
@@ -38,7 +38,7 @@ ion-searchbar {
|
|
|
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
|
|
|
}
|
|
|
|
|
|
-.wave {
|
|
|
+/* .wave {
|
|
|
position: absolute;
|
|
|
width: 200%;
|
|
|
height: 200%;
|
|
@@ -47,12 +47,12 @@ ion-searchbar {
|
|
|
background: rgba(255, 255, 255, 0.4);
|
|
|
border-radius: 50%;
|
|
|
animation: wave 4s infinite linear;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.wave-inner {
|
|
|
- width: 120px;
|
|
|
- height: 120px;
|
|
|
- background-color: #3f51b5;
|
|
|
+ width: 150px;
|
|
|
+ height: 150px;
|
|
|
+ background-color: #6ec1e4;
|
|
|
border-radius: 50%;
|
|
|
display: flex;
|
|
|
justify-content: center;
|