mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-05 01:36:19 +00:00
Update login.html
This commit is contained in:
parent
4b894760a1
commit
7af38b0964
1 changed files with 5 additions and 13 deletions
|
@ -55,14 +55,6 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@keyframes wave {
|
|
||||||
from {
|
|
||||||
transform: rotate(0deg);
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.wave {
|
.wave {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -74,16 +66,16 @@
|
||||||
margin-left: -3000px;
|
margin-left: -3000px;
|
||||||
transform-origin: 50% 48%;
|
transform-origin: 50% 48%;
|
||||||
border-radius: 46%;
|
border-radius: 46%;
|
||||||
animation: wave 72s infinite linear;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
rotate: 125deg;
|
||||||
}
|
}
|
||||||
.wave2 {
|
.wave2 {
|
||||||
animation: wave 88s infinite linear;
|
opacity: 0.4;
|
||||||
opacity: 0.3;
|
rotate: 70deg;
|
||||||
}
|
}
|
||||||
.wave3 {
|
.wave3 {
|
||||||
animation: wave 80s infinite linear;
|
opacity: 0.2;
|
||||||
opacity: 0.1;
|
rotate: 90deg;
|
||||||
}
|
}
|
||||||
.under {
|
.under {
|
||||||
background-color: #dbf5ed;
|
background-color: #dbf5ed;
|
||||||
|
|
Loading…
Reference in a new issue