File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 36
36
<li class =" men-li" role =" none" >
37
37
<a ><router-link to =" /blog" >Blog</router-link ></a >
38
38
</li >
39
-
40
39
<li class =" men-li" role =" none" >
41
40
<a ><router-link to =" /career" >Career</router-link ></a >
42
41
</li >
@@ -386,7 +385,7 @@ handleClick:function(ac){
386
385
}
387
386
/* hambourger */
388
387
.head-list {
389
- color : yellow ;
388
+ color : #c9f31d ;
390
389
}
391
390
.side-links {
392
391
/* margin-top: 90px !important; */
@@ -422,12 +421,12 @@ handleClick:function(ac){
422
421
}
423
422
.men {
424
423
padding : 20px ;
425
- color : yellow ;
424
+ color : #c9f31d ;
426
425
font-size : 23px ;
427
426
margin-top : 40px ;
428
427
}
429
428
.men-li a {
430
- color : yellow ;
429
+ color : #c9f31d ;
431
430
}
432
431
.toggler-menu {
433
432
margin-top : 20px ;
@@ -459,7 +458,7 @@ handleClick:function(ac){
459
458
460
459
}
461
460
.cj li a {
462
- color : #c9f31d ;;
461
+ color : #c9f31d ;
463
462
font-size : 15px ;
464
463
transition : all .3s ease ;
465
464
}
Original file line number Diff line number Diff line change 93
93
</div >
94
94
</div >
95
95
<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 " >
97
97
<ul >
98
98
<li ><span >Experience</span > 5+ Years Experience</li >
99
99
<li ><span >Working Hours</span > 08 AM to 05 PM</li >
@@ -308,7 +308,7 @@ $("#close_offcanvas").click(function () {
308
308
}
309
309
</script >
310
310
<style >
311
- .offcanvas__close button {
311
+ .offcanvas__close button {
312
312
font-size : 30px ;
313
313
width : 55px ;
314
314
position :fixed ;
@@ -320,4 +320,13 @@ $("#close_offcanvas").click(function () {
320
320
display :none ;
321
321
}
322
322
}
323
+ .exp-card {
324
+ position : fixed ;
325
+ }
326
+ @media screen and (max-width :768px ){
327
+ .exp-card {
328
+ position : sticky ;
329
+
330
+ }
331
+ }
323
332
</style >
Original file line number Diff line number Diff line change @@ -313,6 +313,10 @@ $("#close_offcanvas").click(function () {
313
313
#close_offcanvas {
314
314
display :none ;
315
315
}
316
+ .faq__list .accordion-body , .faq__list-6 .accordion-body , .faq__list-3 .accordion-body {
317
+
318
+ color : gray ;
319
+ }
316
320
}
317
321
318
322
</style >
You can’t perform that action at this time.
0 commit comments