Better login page & css correction (#1368)

* Update custom.css

* Update login.html

* Update inbounds.html

* Update custom.css

* Update custom.css
This commit is contained in:
Tara Rostami
2023-12-14 16:44:45 +03:30
committed by MHSanaei
parent 653e26dad6
commit b9b74139bf
4 changed files with 60 additions and 15 deletions

View File

@@ -59,24 +59,23 @@
.wave {
opacity: 0.6;
position: absolute;
bottom: 40%;
left: 50%;
top: 80%;
left: 60%;
width: 6000px;
height: 6000px;
background-color: rgba(0, 135, 113, 0.08);
margin-left: -3000px;
transform-origin: 50% 48%;
border-radius: 46%;
transform-origin: 50% 50%;
pointer-events: none;
rotate: 125deg;
rotate: 115deg;
}
.wave2 {
opacity: 0.4;
rotate: 70deg;
rotate: 105deg;
}
.wave3 {
opacity: 0.2;
rotate: 90deg;
rotate: 62deg;
}
.under {
background-color: #dbf5ed;
@@ -98,11 +97,6 @@
}
.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%;
}
.ant-btn-primary-login:focus,