Compare commits

..

No commits in common. 'c8f0fe2d1e74e41835d9107284f541a756a052c5' and '0c5354f9ce513a480a496778d1770a28bafc2c2e' have entirely different histories.

  1. 49
      public/frontend/css/style.css
  2. 2
      resources/views/layout/app.blade.php

@ -45,9 +45,9 @@ h2{
justify-content: center;
align-items: center;
text-align: center;
gap: 2rem;
gap: 1.2rem;
text-decoration: none;
padding: 0 0.2rem !important;
padding: 0 0.8rem !important;
list-style: none;
}
.nav-link{
@ -56,7 +56,6 @@ h2{
font-size: 17px;
line-height: 22px;
color: #2B2A29 !important;
padding: 0.5rem 0.1rem;
}
.header .appointment-btn{
text-decoration: none;
@ -65,13 +64,13 @@ h2{
padding: 10px 1rem;
border-radius: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
font-weight: 500;
font-size: 17px;
font-weight: 600;
font-size: 16px;
line-height: 22px;
}
.header .appointment-btn:hover{
background-color: #E32394;
transition: background-color 1s ease-out 100ms;
.header .appontment-btn:hover{
background: #E32394;
transition: all 250ms ease-in-out;
}
.nav-link:hover,
.nav-link:active {
@ -123,7 +122,6 @@ h2{
top: 100%;
animation: fadeInUp 500ms;
padding: 0;
left: -25px;
}
.dropdown-menu a{
font-size: 1rem;
@ -1835,13 +1833,13 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
transition: all 200ms ease-in-out;
}
.fa-facebook:hover{
color: #d6249f;
color: #4267B2;
}
.fa-twitter:hover{
color: #d6249f;
color: #1DA1F2;
}
.fa-linkedin:hover{
color: #d6249f;
color: #0077B5;
}
.fa-instagram:hover {
color: #d6249f;
@ -1851,7 +1849,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
-webkit-text-fill-color: transparent !important; */
}
.fa-linkedin-in:hover{
color: #d6249f;
color: #0e76a8;
}
.box{
width: 50px;
@ -2336,40 +2334,23 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
}
/* Desktops, large screens css ends */
/* Extra large screens, TV css */
@media only screen and (min-width: 1201px) and (max-width: 1240px) {
.navbar-list{
gap: 0.5rem;
}
.header .appointment-btn,
.nav-link{
font-size: 14px;
}
}
@media only screen and (min-width: 1241px) and (max-width: 1360px) {
@media only screen and (min-width: 1201px) and (max-width: 1220px) {
.navbar-list{
gap: 0.5rem;
}
.header .appointment-btn,
.nav-link{
font-size: 15px;
}
}
/* Extra large screens, TV css ends */
@media only screen and (min-width: 1360px) and (max-width: 1440px) {
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
.navbar-list{
gap: 1rem;
}
.review-card{
min-height: 37pc;
}
.values-lists a{
.values-lists a{
padding: 15px 15px 15px 0;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1460px) {
.navbar-list{
gap: 1rem;
}
}
@media only screen and (min-width: 1440px) and (max-width: 1560px) {
.review-card{

@ -256,7 +256,7 @@
</div>
<div class="bottom-footer text-center p-3" >
<div class='row footer-text'>
<p class='col-md-4'>ET Education and Visa Services © 2023. All Rights Reserved. </p>
<p class='col-md-4'>ET Education and Visa Services © 2021. All Rights Reserved. </p>
<p class='col-md-4 policy'><a >Disclaimer</a> | <a >Privacy Policy</a> | <a >Feedback and Complaints</a></p>
<p class='col-md-4'>Designed & Developed By: <a target="-blank" rel="noreferrer" href="https://www.extratechs.com.au/">Extratech</a></p>
</div>

Loading…
Cancel
Save