fadsad
This commit is contained in:
@@ -14,9 +14,8 @@ body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
background:
|
||||
radial-gradient(circle at 18% 84%, rgba(142, 214, 119, 0.22), transparent 18%),
|
||||
linear-gradient(0deg, rgba(14, 27, 19, 0.28), rgba(14, 27, 19, 0.28)),
|
||||
linear-gradient(135deg, #26442b 0%, #355939 26%, #5f4a2f 58%, #22351f 100%) !important;
|
||||
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 !important;
|
||||
color: #f8fafc;
|
||||
font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
|
||||
}
|
||||
@@ -94,8 +93,9 @@ body > main {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent 16%),
|
||||
radial-gradient(circle at center, transparent 24%, rgba(7, 13, 8, 0.18) 100%);
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(15, 23, 42, 0.18)),
|
||||
radial-gradient(circle at center, rgba(255, 255, 255, 0.04), rgba(10, 18, 28, 0.16) 100%);
|
||||
backdrop-filter: blur(18px) saturate(1.08);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@@ -131,10 +131,16 @@ body > main {
|
||||
}
|
||||
|
||||
.kb-login-card {
|
||||
width: min(420px, 100%);
|
||||
width: min(560px, 100%);
|
||||
margin-top: 148px;
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
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);
|
||||
backdrop-filter: blur(22px) saturate(1.08);
|
||||
}
|
||||
|
||||
.kb-login-brand {
|
||||
@@ -173,7 +179,7 @@ body > main {
|
||||
padding: 0 18px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.10);
|
||||
border-radius: 999px;
|
||||
background: rgba(213, 223, 193, 0.54) !important;
|
||||
background: rgba(239, 245, 226, 0.78) !important;
|
||||
color: #f8fafc !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
|
||||
outline: none;
|
||||
@@ -194,7 +200,7 @@ body > main {
|
||||
}
|
||||
|
||||
.kb-text-input::placeholder {
|
||||
color: rgba(248, 250, 252, 0.82);
|
||||
color: rgba(255, 255, 255, 0.88);
|
||||
}
|
||||
|
||||
.kb-password-row {
|
||||
|
||||
Reference in New Issue
Block a user