mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-20 08:39:34 +05:30
v4.1.2
This commit is contained in:
@@ -360,4 +360,201 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
transition: background-color 0.3s, border-color 0.3s;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
/* Adjust text sizes */
|
||||
body {
|
||||
font-size: 14px; /* Adjust base font size */
|
||||
}
|
||||
.container {
|
||||
width: 900px;
|
||||
height: 500px;
|
||||
margin: 0 5%;
|
||||
}
|
||||
|
||||
.logo{
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.content h2 {
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.back-button{
|
||||
font-size: 12px;
|
||||
padding: 9px 18px;
|
||||
cursor: pointer;
|
||||
transition: background 0.3s;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.form-container h1 {
|
||||
font-size: 24px; /* Adjust header size */
|
||||
}
|
||||
|
||||
.form-container h2 {
|
||||
font-size: 30px; /* Adjust subheader size */
|
||||
}
|
||||
|
||||
.form-container p {
|
||||
font-size: 12px; /* Adjust paragraph size */
|
||||
}
|
||||
.input-field {
|
||||
padding: 12px;
|
||||
border-radius: 5px;
|
||||
width: 48%;
|
||||
}
|
||||
.input-container {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.eye-icon {
|
||||
position: absolute;
|
||||
right: 15px;
|
||||
top: 40%;
|
||||
transform: translateY(-50%);
|
||||
cursor: pointer;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
.checkbox-container label::before {
|
||||
content: "";
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
||||
border-radius: 3px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.custom-checkbox:checked + label::after {
|
||||
top: 50%;
|
||||
left: 4.0%;
|
||||
font-size: 14px;
|
||||
}
|
||||
.checkbox-container p {
|
||||
font-size: 12px;
|
||||
}
|
||||
.checkbox-container label {
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
font-size: 11px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.forgot-password-link {
|
||||
font-size: 12px;
|
||||
margin-left: 10px; /* Add spacing to push the link to the right of the checkbox */
|
||||
}
|
||||
.beta-notice {
|
||||
font-size: 12px !important; /* Force the font size to apply */
|
||||
}
|
||||
.submit-button {
|
||||
width: 100%;
|
||||
margin-top: -10px;
|
||||
padding: 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.divider {
|
||||
text-align: center;
|
||||
font-size: var(--font-size-medium);
|
||||
margin: 10px 0;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.google-btn, .apple-btn {
|
||||
width: 48%;
|
||||
padding: 10px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
.google-btn img, .apple-btn img {
|
||||
margin-right: 10px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 838px) {
|
||||
|
||||
.header {
|
||||
display: none; /* Hide the header with logo and back button */
|
||||
}
|
||||
|
||||
.container {
|
||||
flex-direction: column;
|
||||
height: auto;
|
||||
}
|
||||
.left-section {
|
||||
display: none; /* Hide the left section */
|
||||
}
|
||||
|
||||
.right-section {
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.form-container {
|
||||
padding: 20px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 450px) {
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.form-container {
|
||||
padding: 5px; /* Reduce padding */
|
||||
margin: 0; /* Remove margins */
|
||||
}
|
||||
|
||||
.input-field {
|
||||
padding: 10px; /* Reduce input padding */
|
||||
margin-top: -2px; /* Space between input fields */
|
||||
}
|
||||
|
||||
|
||||
.checkbox-forgot-container {
|
||||
display: flex; /* Keep them in one line */
|
||||
justify-content: space-between; /* Space between elements */
|
||||
align-items: center; /* Center vertically */
|
||||
margin-top: -10px;
|
||||
flex-wrap: nowrap;
|
||||
margin-bottom: 5px; /* Reduce space below */
|
||||
}
|
||||
|
||||
.beta-notice {
|
||||
font-size: 11px; /* Reduce font size for less height */
|
||||
margin-top: 3px; /* Further reduce top margin */
|
||||
}
|
||||
|
||||
.forgot-password-link {
|
||||
margin-right: 0; /* Remove margin to the right */
|
||||
}
|
||||
.divider {
|
||||
text-align: center;
|
||||
font-size: var(--font-size-medium);
|
||||
margin: 8px 0;
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
}
|
||||
.divider::before,
|
||||
.divider::after {
|
||||
top: 50%;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user