Skip to content

Commit 79d64bc

Browse files
author
Asina7
committed
minor changes in mainhearder file and team page
1 parent 4c42f89 commit 79d64bc

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

src/components/About/HeaderSection.vue

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<li class="men-li" role="none">
3737
<a><router-link to="/blog">Blog</router-link></a>
3838
</li>
39-
4039
<li class="men-li" role="none">
4140
<a><router-link to="/career">Career</router-link></a>
4241
</li>
@@ -386,7 +385,7 @@ handleClick:function(ac){
386385
}
387386
/* hambourger */
388387
.head-list {
389-
color: yellow;
388+
color: #c9f31d;
390389
}
391390
.side-links {
392391
/* margin-top: 90px !important; */
@@ -422,12 +421,12 @@ handleClick:function(ac){
422421
}
423422
.men {
424423
padding: 20px;
425-
color: yellow;
424+
color: #c9f31d;
426425
font-size: 23px;
427426
margin-top: 40px;
428427
}
429428
.men-li a {
430-
color: yellow;
429+
color: #c9f31d;
431430
}
432431
.toggler-menu {
433432
margin-top: 20px;
@@ -459,7 +458,7 @@ handleClick:function(ac){
459458
460459
}
461460
.cj li a{
462-
color: #c9f31d;;
461+
color: #c9f31d;
463462
font-size: 15px;
464463
transition: all .3s ease;
465464
}

src/components/Career/JobDetail.vue

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</div>
9494
</div>
9595
<div class="col-xxl-3 col-xl-3 col-lg-4 col-md-4">
96-
<div class="job__detail-sidebar" style="position:fixed">
96+
<div class="job__detail-sidebar exp-card">
9797
<ul>
9898
<li><span>Experience</span> 5+ Years Experience</li>
9999
<li><span>Working Hours</span> 08 AM to 05 PM</li>
@@ -308,7 +308,7 @@ $("#close_offcanvas").click(function () {
308308
}
309309
</script>
310310
<style>
311-
.offcanvas__close button {
311+
.offcanvas__close button {
312312
font-size: 30px;
313313
width: 55px;
314314
position:fixed;
@@ -320,4 +320,13 @@ $("#close_offcanvas").click(function () {
320320
display:none;
321321
}
322322
}
323+
.exp-card{
324+
position: fixed;
325+
}
326+
@media screen and (max-width:768px){
327+
.exp-card{
328+
position: sticky;
329+
330+
}
331+
}
323332
</style>

src/components/Service/ServiceDetail.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ $("#close_offcanvas").click(function () {
313313
#close_offcanvas{
314314
display:none;
315315
}
316+
.faq__list .accordion-body, .faq__list-6 .accordion-body, .faq__list-3 .accordion-body {
317+
318+
color: gray;
319+
}
316320
}
317321
318322
</style>

0 commit comments

Comments
 (0)