[edit] css fixed

aplus#30
tribikram 2 years ago
parent a809b34a7b
commit 284ddc3381
  1. 12
      public/frontend/css/style.css
  2. 24
      resources/views/layout/app.blade.php
  3. 2
      resources/views/pathway_programme.blade.php
  4. 4
      resources/views/services.blade.php

@ -547,8 +547,8 @@ Responsive Codes
} }
.featured-news:hover p, .featured-news:hover p,
.featured-news:hover h2, .featured-news:hover h2,
.more-news:hover p, .more-news-box:hover p,
.more-news:hover h4{ .more-news-box:hover h4{
color: #F54C5F; color: #F54C5F;
} }
.featured-news p, .featured-news p,
@ -557,8 +557,8 @@ Responsive Codes
-webkit-transition: color 1s; -webkit-transition: color 1s;
transition: color 300ms; transition: color 300ms;
} }
.more-news p, .more-news-box p,
.more-news h4{ .more-news-box h4{
color: #221415; color: #221415;
-webkit-transition: color 1s; -webkit-transition: color 1s;
transition: color 300ms; transition: color 300ms;
@ -1521,7 +1521,9 @@ Responsive Codes
color: #082548; color: #082548;
} }
.recruitment-primary h2 span, .recruitment-primary h2 span,
.insurance-content h2 span{ .insurance-content h2 span,
.our-service-head h2 span,
.pathway-step-header h2 span{
color: #F54C5F color: #F54C5F
} }
.recruitment-primary p{ .recruitment-primary p{

@ -215,23 +215,23 @@
navHeader.classList.add("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/chefs-are-now-included-on-the-list-of-priority-skilled-migrants'){ if(window.scrollY==0 && location.pathname === '/news/chefs-are-now-included-on-the-list-of-priority-skilled-migrants'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){ if(window.scrollY==0 && location.pathname === '/news/186-trt-pathway-permanent-residency-applications-for-457-and-482-in-the-short-term-stream'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/rpl-is-a-solution'){ if(window.scrollY==0 && location.pathname === '/news/rpl-is-a-solution'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/skilled-nominated-visa-subclass-190'){ if(window.scrollY==0 && location.pathname === '/news/skilled-nominated-visa-subclass-190'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != '/news/skilled-work-regional-visa-subclass-491'){ if(window.scrollY==0 && location.pathname === '/news/skilled-work-regional-visa-subclass-491'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
if(window.scrollY==0 && location.pathname != 'more-than-11000-new-chefs-are-expected-to-fill-australias-notorious-chef-shortage-by-2026-key-points'){ if(window.scrollY==0 && location.pathname === '/news/more-than-11000-new-chefs-are-expected-to-fill-australias-notorious-chef-shortage-by-2026-key-points'){
navHeader.classList.remove("header-scroll"); navHeader.classList.add("header-scroll");
} }
} }

@ -13,7 +13,7 @@
</section> </section>
<section class="pathway-steps-section"> <section class="pathway-steps-section">
<div class="pathway-step-header"> <div class="pathway-step-header">
<h2>Pathway to Australian PR through 4 simple steps</h2> <h2><span>Pathway</span> to Australian PR through 4 simple steps</h2>
<p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p> <p>The current certification needed is a Cert IV in Commercial Cookery to receive a positive skills assessment. You can even accomplish this without an employer's sponsorship or having to reside in a rural area.</p>
<h5>Here are a few easy steps that could help you follow this road.</h5> <h5>Here are a few easy steps that could help you follow this road.</h5>
</div> </div>

@ -15,8 +15,8 @@
<div class="row g-3"> <div class="row g-3">
<div class="col-md-12"> <div class="col-md-12">
<div class="our-service-head"> <div class="our-service-head">
<h2>What We Offer</h2> <h2>What <span>We</span> Offer</h2>
<p>Delivering excellent and cost-effective solutions to esnure customer satisfaction.</p> <p>Delivering excellent and cost-effective solutions to ensure customer satisfaction.</p>
</div> </div>
</div> </div>
@foreach($services as $service) @foreach($services as $service)

Loading…
Cancel
Save