Skip to content

Commit

Permalink
🐞[Bug]: Favicon and Color's
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Jun 13, 2024
1 parent 28ad30c commit 9e28e64
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 47 deletions.
75 changes: 48 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
<link href="glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="remixicon/remixicon.css" rel="stylesheet">
<link href="swiper/swiper-bundle.min.css" rel="stylesheet">



<link href="patient-portal.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
Expand All @@ -40,9 +38,6 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
<style>
/* Ensure the input takes up full width */
/* Ensure the input takes up full width */
/* Ensure the input takes up full width */
.iti--allow-dropdown input {
padding-left: 50px;
background-color: black; /* Adjust padding to prevent overlap */
Expand Down Expand Up @@ -95,26 +90,7 @@
background-color: #55a5ea;
color: white;
}
/* }
.VIpgJd-ZVi9od-ORHb-OEVmcd{
display: none;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
display: none;
}
.skiptranslate{
font-size: 0;

} */
/* body {
top: 0px !important;
} */
/* iframe.skiptranslate { visibility: hidden !important; } */
/* .VIpgJd-ZVi9od-ORHb-OEVmcd .skiptranslate{
display: none !important;
background: none !important;
visibility: hidden !important;
} */

@media screen and (max-width: 992px) {
.container {
flex-wrap: wrap;
Expand Down Expand Up @@ -292,6 +268,52 @@
padding: 10px 20px;
display: block;
margin: 0 auto;
}
.php-email-form .form-group {
margin-bottom: 0;
}

.php-email-form .form-control,
.php-email-form .form-select {
margin: 0 0 0 0;
}

.php-email-form .row {
margin: 0 0 0 0;
}

.php-email-form .col-md-4,
.php-email-form .col-md-12 {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.php-email-form input{
margin: 0 0 0 0;
padding: 0 0 0 0;
}
/* Remove bottom margin from name and email inputs */
#name, #email {
margin-bottom: 0;
}

/* Remove top margin from email and location inputs */
#email, #location {
margin-top: -50px;
}

/* Remove <br> tags if present in HTML */
#name + br, #email + br {
display: none;
}

/* Optional: Add a small border or visual separator if desired */
#name, #email {
border-bottom: none;
}
#email, #location {
border-top: 1px solid #ccc; /* Adjust color as needed */
}
</style>
<link rel="stylesheet" href="chatbox.css">
Expand Down Expand Up @@ -325,8 +347,7 @@
<li><a href="#patient-portal">Patient Portal</a></li>
<li><a href="#doctors">Doctor</a></li>
<li><a href="Html-Files/contact.html">Contact us</a></li>
<li >
<div id="google_element" class="myclass" style="color: #ffffff; display: flex;" ></div> </li>

<a href="login.html">Sign in/Sign up</a>
<a href="./Html-Files/Doctor Experience.html"><button>Find a Doctor</button></a>

Expand Down
22 changes: 2 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,11 @@ button {
display: unset;
}

/* .container a:hover {
text-decoration: underline 2px;
} */

.content {
display: flex;
flex-direction: column;
padding-left: 50px;
/* justify-content: center;
align-items: center; */
}

.content h1 {
Expand Down Expand Up @@ -137,9 +132,6 @@ button {
z-index: -1;
}

/**
* Appointment Button *
*/
.appointment-btn {
/* /* margin-left: 60rem; */
margin-top: 1rem;
Expand Down Expand Up @@ -809,7 +801,6 @@ section {
margin: 0px 20px 0px 20px;
align-items: center;
justify-content: space-between;
/* flex-wrap: wrap; */
}

.counts .count-box i {
Expand Down Expand Up @@ -847,7 +838,6 @@ section {
.counts .count-box p {
z-index: -1;
padding: 30px 0 0 0;
/* margin: 0; */
font-family: "Roboto", sans-serif;
font-size: 14px;
color: #fffcfc;
Expand Down Expand Up @@ -934,7 +924,6 @@ section {
.services .container {
display: grid;
grid-template-columns: repeat(3, 1fr);
/* gap: 20px; */
margin-top: 8px;
}

Expand Down Expand Up @@ -984,10 +973,6 @@ section {
}
}





/* Overall section styling */
#appointment.appointment.section-bg {
background-color:#022a2d;
Expand Down Expand Up @@ -1036,8 +1021,8 @@ section {
.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
display: block; /* Added display block to ensure full-width elements */
margin: 10px auto; /* Centering elements */
display: block;
margin: 10px auto;
border-radius: 10px;
box-shadow: none;
font-size: 14px;
Expand All @@ -1048,15 +1033,12 @@ section {

}
.col-md-4.form-group {


width: calc(50% - 15px);

}

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

width: calc(50% - 15px);
color: #badaf7;
}
Expand Down

0 comments on commit 9e28e64

Please sign in to comment.