This commit is contained in:
2025-02-02 04:24:55 +05:30
parent e6d7030e7d
commit 84e4d236a1
9 changed files with 238 additions and 28 deletions

View File

@@ -409,7 +409,6 @@ body {
}
.input-field {
padding: 12px;
border: 0.5px solid var(--container-bg);
border-radius: 5px;
width: 48%;
}
@@ -430,8 +429,7 @@ body {
display: inline-block;
width: 12px;
height: 12px;
background-color: #171C24;
border: 1px solid var(--right-bg);
border-radius: 3px;
margin-right: 8px;
}
@@ -448,7 +446,6 @@ body {
display: inline-flex;
align-items: center;
font-size: 11px;
color: var(--text-white);
cursor: pointer;
}
.forgot-password-link {
@@ -460,8 +457,8 @@ body {
}
.submit-button {
width: 100%;
margin-top: -10px;
padding: 8px;
margin-top: -0px;
padding: 12px;
font-size: 14px;
}
.divider {
@@ -469,7 +466,6 @@ body {
font-size: var(--font-size-medium);
margin: 10px 0;
margin-top: 10px;
color: var(--input-color);
position: relative;
}
@@ -485,6 +481,7 @@ body {
}
}
@media (max-width: 838px) {
.header {
display: none; /* Hide the header with logo and back button */
}
@@ -508,12 +505,20 @@ body {
}
}
@media (max-width: 450px) {
.container {
width: 90%; /* Keep responsive */
max-width: 300px; /* Reduce maximum width */
margin: auto; /* Center the container */
height: auto; /* Allow height to adjust based on content */
body {
font-family: var(--main-font);
background-color: #444445;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.left-section{
display: none;
}
.eye-icon {
width: 20px;
height: 20px;
@@ -552,7 +557,6 @@ body {
font-size: var(--font-size-medium);
margin: 8px 0;
margin-top: 10px;
color: var(--input-color);
position: relative;
}
.divider::before,