Skip to content

Commit

Permalink
Update PeriodPaginator.styled.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mich47 committed May 4, 2023
1 parent 7a76c1d commit 73a4f38
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,15 @@ const StyledLink = styled(NavLink)`
export const ButtonLeft = styled(StyledLink)`
border-radius: 8px 0px 0px 8px;
transition: box-shadow var(--animation);
&:hover {
box-shadow: -4px 2px 10px rgba(136, 165, 191, 1);
}
`;
export const ButtonRight = styled(StyledLink)`
border-radius: 0px 8px 8px 0px;
transition: box-shadow var(--animation);
&:hover {
box-shadow: 4px 2px 10px rgba(136, 165, 191, 1);
}
Expand Down

0 comments on commit 73a4f38

Please sign in to comment.