[edit] all right reserved text

tribikram 2 years ago
parent 3939441414
commit 8ba94e1828
  1. 8
      public/frontend/css/style.css
  2. 2
      resources/views/layout/app.blade.php

@ -1812,13 +1812,13 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
transition: all 200ms ease-in-out;
}
.fa-facebook:hover{
color: #4267B2;
color: #d6249f;
}
.fa-twitter:hover{
color: #1DA1F2;
color: #d6249f;
}
.fa-linkedin:hover{
color: #0077B5;
color: #d6249f;
}
.fa-instagram:hover {
color: #d6249f;
@ -1828,7 +1828,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
-webkit-text-fill-color: transparent !important; */
}
.fa-linkedin-in:hover{
color: #0e76a8;
color: #d6249f;
}
.box{
width: 50px;

@ -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 © 2021. All Rights Reserved. </p>
<p class='col-md-4'>ET Education and Visa Services © 2023. 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