input correction are updated
This commit is contained in:
parent
5503bc33b4
commit
d4fc6bd1d9
@ -9463,26 +9463,25 @@ body {
|
|||||||
.form-textarea {
|
.form-textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid #e2e8f0;
|
||||||
background-color: rgba(255, 255, 255, 0.05);
|
background-color: #ffffff;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
outline: none;
|
outline: none;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #fff;
|
color: #787878;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-select-custom-styled-global option,
|
.form-select-custom-styled-global option,
|
||||||
.form-select option {
|
.form-select option {
|
||||||
background-color: #111827;
|
background-color: #ffffff;
|
||||||
color: #fff;
|
color: #1e293b;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-textarea-custom-global,
|
.form-textarea-custom-global,
|
||||||
.form-textarea {
|
.form-textarea {
|
||||||
min-height: 110px;
|
min-height: 110px;
|
||||||
/* height: auto; */
|
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -9493,7 +9492,7 @@ body {
|
|||||||
.form-textarea:focus,
|
.form-textarea:focus,
|
||||||
.form-select:focus {
|
.form-select:focus {
|
||||||
border-color: #3779b9;
|
border-color: #3779b9;
|
||||||
background-color: rgba(255, 255, 255, 0.08);
|
background-color: #ffffff;
|
||||||
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.15);
|
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -10125,7 +10124,7 @@ body {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 1px solid #e2e8f0;
|
border: 1px solid #e2e8f0;
|
||||||
outline: none;
|
outline: none;
|
||||||
background: #fff;
|
/* background: #fff; */
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #1e293b;
|
color: #1e293b;
|
||||||
@ -17736,9 +17735,9 @@ h4.service-details__dynamic-content-erp {
|
|||||||
|
|
||||||
.careers-popup-optimized .form-input {
|
.careers-popup-optimized .form-input {
|
||||||
padding: 10px 14px !important;
|
padding: 10px 14px !important;
|
||||||
border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1.5px solid #e2e8f0 !important;
|
||||||
background: rgba(255, 255, 255, 0.03) !important;
|
/* background: #ffffff !important; */
|
||||||
color: #fff !important;
|
color: #787878 !important;
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
}
|
}
|
||||||
@ -17746,14 +17745,15 @@ h4.service-details__dynamic-content-erp {
|
|||||||
|
|
||||||
.careers-popup-optimized .form-input:focus {
|
.careers-popup-optimized .form-input:focus {
|
||||||
border-color: #3779b9 !important;
|
border-color: #3779b9 !important;
|
||||||
background: rgba(55, 121, 185, 0.05) !important;
|
background: #ffffff !important;
|
||||||
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.1) !important;
|
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .form-textarea {
|
.careers-popup-optimized .form-textarea {
|
||||||
min-height: 60px !important;
|
min-height: 60px !important;
|
||||||
background: rgba(255, 255, 255, 0.03) !important;
|
background: #ffffff !important;
|
||||||
border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1.5px solid #e2e8f0 !important;
|
||||||
|
color: #787878 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* File Upload Popup Styling */
|
/* File Upload Popup Styling */
|
||||||
@ -17769,8 +17769,9 @@ h4.service-details__dynamic-content-erp {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: rgba(255, 255, 255, 0.02);
|
background: #ffffff;
|
||||||
border: 1.5px dashed rgba(255, 255, 255, 0.1);
|
color: #000000 !important;
|
||||||
|
border: 1.5px dashed #c0cad8;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 8px 12px;
|
padding: 8px 12px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -17779,11 +17780,11 @@ h4.service-details__dynamic-content-erp {
|
|||||||
|
|
||||||
.careers-popup-optimized .file-upload-label:hover {
|
.careers-popup-optimized .file-upload-label:hover {
|
||||||
border-color: #3779b9;
|
border-color: #3779b9;
|
||||||
background: rgba(255, 255, 255, 0.05);
|
background: #f0f6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .file-content {
|
.careers-popup-optimized .file-content {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ── Careers Popup Optimized (Dark Theme & No-Scroll) ── */
|
/* ── Careers Popup Optimized (Dark Theme & No-Scroll) ── */
|
||||||
@ -17852,23 +17853,24 @@ h4.service-details__dynamic-content-erp {
|
|||||||
|
|
||||||
.careers-popup-optimized .form-input {
|
.careers-popup-optimized .form-input {
|
||||||
padding: 12px 16px !important;
|
padding: 12px 16px !important;
|
||||||
border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1.5px solid #e2e8f0 !important;
|
||||||
background: rgba(255, 255, 255, 0.03) !important;
|
/* background: #ffffff !important; */
|
||||||
color: #fff !important;
|
color: #787878 !important;
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .form-input:focus {
|
.careers-popup-optimized .form-input:focus {
|
||||||
border-color: #3779b9 !important;
|
border-color: #3779b9 !important;
|
||||||
background: rgba(55, 121, 185, 0.05) !important;
|
/* background: #ffffff !important; */
|
||||||
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.1) !important;
|
box-shadow: 0 0 0 4px rgba(55, 121, 185, 0.1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .form-textarea {
|
.careers-popup-optimized .form-textarea {
|
||||||
min-height: 80px !important;
|
min-height: 80px !important;
|
||||||
background: rgba(255, 255, 255, 0.03) !important;
|
background: #ffffff !important;
|
||||||
border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
|
border: 1.5px solid #e2e8f0 !important;
|
||||||
|
color: #787878 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* File Upload Popup Styling */
|
/* File Upload Popup Styling */
|
||||||
@ -17884,8 +17886,9 @@ h4.service-details__dynamic-content-erp {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: rgba(255, 255, 255, 0.02);
|
background: #ffffff;
|
||||||
border: 1.5px dashed rgba(255, 255, 255, 0.1);
|
color: #000000 !important;
|
||||||
|
border: 1.5px dashed #c0cad8;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -17894,16 +17897,17 @@ h4.service-details__dynamic-content-erp {
|
|||||||
|
|
||||||
.careers-popup-optimized .file-upload-label:hover {
|
.careers-popup-optimized .file-upload-label:hover {
|
||||||
border-color: #3779b9;
|
border-color: #3779b9;
|
||||||
background: rgba(255, 255, 255, 0.05);
|
background: #f0f6ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .file-content {
|
.careers-popup-optimized .file-content {
|
||||||
color: rgba(255, 255, 255, 0.6);
|
color: #787878;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .file-name-text {
|
.careers-popup-optimized .file-name-text {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
color: #787878;
|
||||||
}
|
}
|
||||||
|
|
||||||
.careers-popup-optimized .file-browse-btn {
|
.careers-popup-optimized .file-browse-btn {
|
||||||
|
|||||||
@ -189,7 +189,7 @@ const ContactSection = () => {
|
|||||||
borderRadius: '12px',
|
borderRadius: '12px',
|
||||||
outline: 'none',
|
outline: 'none',
|
||||||
fontSize: '15px',
|
fontSize: '15px',
|
||||||
color: '#1e293b'
|
color: '#787878'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<option value="">Select Service</option>
|
<option value="">Select Service</option>
|
||||||
|
|||||||
@ -123,7 +123,7 @@ const HomeContactOne = () => {
|
|||||||
<span className="fa-solid fa-location-dot"></span>
|
<span className="fa-solid fa-location-dot"></span>
|
||||||
<div className="pl-5">
|
<div className="pl-5">
|
||||||
<h3 className="home-contact__card__list__title">Location</h3>
|
<h3 className="home-contact__card__list__title">Location</h3>
|
||||||
<p className="home-contact__card__list__text">Canada</p>
|
<p className="home-contact__card__list__text">Waterloo, Ontario Canada</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="home-contact__card__list__shape"></div>
|
<div className="home-contact__card__list__shape"></div>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user