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
007d18485e
commit
0994bfb0e8
1 changed files with 6 additions and 12 deletions
|
@ -59,24 +59,23 @@
|
||||||
.wave {
|
.wave {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 40%;
|
top: 80%;
|
||||||
left: 50%;
|
left: 60%;
|
||||||
width: 6000px;
|
width: 6000px;
|
||||||
height: 6000px;
|
height: 6000px;
|
||||||
background-color: rgba(0, 135, 113, 0.08);
|
background-color: rgba(0, 135, 113, 0.08);
|
||||||
margin-left: -3000px;
|
margin-left: -3000px;
|
||||||
transform-origin: 50% 48%;
|
transform-origin: 50% 50%;
|
||||||
border-radius: 46%;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
rotate: 125deg;
|
rotate: 115deg;
|
||||||
}
|
}
|
||||||
.wave2 {
|
.wave2 {
|
||||||
opacity: 0.4;
|
opacity: 0.4;
|
||||||
rotate: 70deg;
|
rotate: 105deg;
|
||||||
}
|
}
|
||||||
.wave3 {
|
.wave3 {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
rotate: 90deg;
|
rotate: 62deg;
|
||||||
}
|
}
|
||||||
.under {
|
.under {
|
||||||
background-color: #dbf5ed;
|
background-color: #dbf5ed;
|
||||||
|
@ -98,11 +97,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-btn-primary-login {
|
.ant-btn-primary-login {
|
||||||
color: #008771;
|
|
||||||
background-color: #e8f4f2;
|
|
||||||
border-color: #a2d3cb;
|
|
||||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
|
|
||||||
box-shadow: none;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.ant-btn-primary-login:focus,
|
.ant-btn-primary-login:focus,
|
||||||
|
|
Loading…
Reference in a new issue