Skip to content

Commit

Permalink
Merge pull request #531 from WWWPiramalFinanceCOM/feature/bugfixes-dev
Browse files Browse the repository at this point in the history
Feature/bugfixes dev
  • Loading branch information
nky11 authored Oct 9, 2024
2 parents 62ea706 + 78add57 commit c926536
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions styles/fixed-headset/fixed-headset.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@
}

.section.fixed-headset-wrapper .default-content-wrapper ul li a {
color: #fff;
text-decoration: none;
font-family: Nunito-Bold, 'sans-serif';
}
.section.fixed-headset-wrapper .default-content-wrapper ul li:first-child a {
color: #f58667;
text-decoration: underline;
font-family: Nunito-Bold, 'sans-serif';
}

.section.fixed-headset-wrapper .default-content-wrapper:hover {
width: 180px;
transition: width .1s;
Expand Down Expand Up @@ -87,7 +90,7 @@
padding-left: 9px;
}
.section.fixed-headset-wrapper .default-content-wrapper p span img{
width: 26px;
height: 26px;
width: 22px;
height: 22px;
}
}

0 comments on commit c926536

Please sign in to comment.