Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Appointment form with improved visual design and user-friendly UI/UX Issue #263 #299

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 29 additions & 31 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1017,13 +1017,13 @@ section {
}


#appointment .container {
box-shadow: 1px 1px 1px #cbced1, -4px -4px 0px white;
padding: 40px;
}

.section-title p {
color: #fff;
text-align: center;
font-size: 16px;
margin-bottom: 30px;

.appointment .php-email-form {
width: 100%;
}


Expand Down Expand Up @@ -1051,36 +1051,34 @@ section {
}
.col-md-4.form-group {

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
border-radius: 0;
box-shadow: none;
font-size: 14px;
background: white;
padding: 10px !important;
border: 0;
border-bottom: 2px solid #fff;
background: transparent;
width: 100%;
padding: 8px 0 5px 0;
font-size: 16px;
color: #fff;

width: calc(50% - 15px);

}

.form-group {
margin-bottom: 15px;

width: calc(50% - 15px);
color: #badaf7;
}
.form-group.d-flex {
display: flex;
flex-wrap: wrap;
color: #badaf7;
}


.form-control,
.form-select {
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
height: 50px;
width: 50%;

}
.php-email-form .form-control,
.php-email-form .form-select {
background-color: #badaf7;

.appointment .php-email-form input,
.appointment .php-email-form select {
height: 44px;
border: 0;
border-bottom: 2px solid #fff;
background: transparent;
width: 100%;
font-size: 16px;
color: #828282;
}

.form-control:focus,
Expand Down