adsd
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
color: #f8fafc;
|
||||
color: #0f172a;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(232, 241, 248, 0.22), rgba(17, 24, 39, 0.18)),
|
||||
url("/assets/auth/skyline.png") center center / cover no-repeat fixed;
|
||||
@@ -41,9 +41,9 @@ body {
|
||||
z-index: 1;
|
||||
padding: 28px;
|
||||
border-radius: 30px;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
border: 1px solid rgba(255, 255, 255, 0.24);
|
||||
box-shadow: 0 22px 60px rgba(15, 23, 42, 0.22);
|
||||
background: rgba(255, 255, 255, 0.18);
|
||||
border: 1px solid rgba(255, 255, 255, 0.30);
|
||||
box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
|
||||
backdrop-filter: blur(22px) saturate(1.08);
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ body {
|
||||
font-size: 0.76rem;
|
||||
letter-spacing: 0.22em;
|
||||
text-transform: uppercase;
|
||||
color: rgba(248, 250, 252, 0.84);
|
||||
color: rgba(255, 255, 255, 0.82);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -80,11 +80,12 @@ body {
|
||||
font-size: 2.2rem;
|
||||
line-height: 1.05;
|
||||
font-weight: 400;
|
||||
color: #f8fafc;
|
||||
}
|
||||
|
||||
.login-copy {
|
||||
margin: 0;
|
||||
color: rgba(248, 250, 252, 0.96);
|
||||
color: rgba(248, 250, 252, 0.94);
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
@@ -156,7 +157,7 @@ body {
|
||||
|
||||
.login-field span {
|
||||
font-size: 0.88rem;
|
||||
color: rgba(248, 250, 252, 0.94);
|
||||
color: rgba(248, 250, 252, 0.96);
|
||||
}
|
||||
|
||||
.login-field input,
|
||||
@@ -165,11 +166,11 @@ body {
|
||||
min-height: 48px;
|
||||
padding: 0 18px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.10);
|
||||
background: rgba(239, 245, 226, 0.78);
|
||||
color: #f8fafc;
|
||||
border: 1px solid rgba(255, 255, 255, 0.24);
|
||||
background: rgba(255, 255, 255, 0.72);
|
||||
color: #111827;
|
||||
font: inherit;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
|
||||
backdrop-filter: blur(9px);
|
||||
outline: none;
|
||||
}
|
||||
@@ -183,19 +184,19 @@ body {
|
||||
|
||||
.login-field input::placeholder,
|
||||
.login-field textarea::placeholder {
|
||||
color: rgba(255, 255, 255, 0.88);
|
||||
color: rgba(15, 23, 42, 0.68);
|
||||
}
|
||||
|
||||
.login-field input:focus,
|
||||
.login-field textarea:focus {
|
||||
border-color: rgba(255, 255, 255, 0.26);
|
||||
background: rgba(213, 223, 193, 0.62);
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
.login-field input:not(:placeholder-shown),
|
||||
.login-field textarea:not(:placeholder-shown) {
|
||||
background: rgba(213, 223, 193, 0.62);
|
||||
background: rgba(255, 255, 255, 0.88);
|
||||
color: #111827;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user