Skip to content

Commit

Permalink
match bottom nav more closely to designs (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu authored Dec 11, 2024
1 parent 4f4eef7 commit d50b3e5
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions extension/src/popup/components/BottomNav/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@
justify-content: space-between;
width: 100%;
height: 100%;
padding: pxToRem(16px) pxToRem(24px);
padding: pxToRem(16px) 0;

&__link {
display: block;
width: pxToRem(30px);
width: pxToRem(78px);
display: flex;
align-items: center;
justify-content: center;
filter: brightness(0) saturate(100%) invert(31%) sepia(6%) saturate(476%)
hue-rotate(195deg) brightness(100%) contrast(89%);

&--active {
filter: brightness(1);
}
opacity: 0.4;

&--active,
&:hover {
filter: brightness(1);
opacity: 1;
}

&__icon {
Expand All @@ -32,6 +28,7 @@
flex-direction: column;
font-size: pxToRem(12px);
gap: pxToRem(4px);
line-height: pxToRem(18px);

svg {
width: pxToRem(18px);
Expand Down

0 comments on commit d50b3e5

Please sign in to comment.