[edit] all right reserved text

et#23
tribikram 2 years ago committed by Mahesh Sharma
parent f977c3ddb0
commit c8f0fe2d1e
  1. 8
      public/frontend/css/style.css
  2. 2
      resources/views/layout/app.blade.php

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

@ -256,7 +256,7 @@
</div> </div>
<div class="bottom-footer text-center p-3" > <div class="bottom-footer text-center p-3" >
<div class='row footer-text'> <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 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> <p class='col-md-4'>Designed & Developed By: <a target="-blank" rel="noreferrer" href="https://www.extratechs.com.au/">Extratech</a></p>
</div> </div>

Loading…
Cancel
Save