Skip to content

Commit

Permalink
transition btns
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizabethhub committed Mar 26, 2024
1 parent bf3b8fe commit 206ecd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DailyNorma/WaterRatio.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export const RangeButton = styled.button`
justify-content: center;
gap: 13px;
outline: transparent;
transition: all 0.5s ease;
&:hover {
transform: scale(1.05);
}
Expand Down
4 changes: 4 additions & 0 deletions src/components/Welcome/Welcome.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ export const WelcomeNavLink = styled(NavLink)`
color: ${(props) => props.theme.buttonColor};
border: none;
transition: all 0.5s ease;
&:hover {
transform: scale(1.05);
}
@media only screen and (min-width: 768px) {
max-width: 336px;
padding: 13px;
Expand Down

0 comments on commit 206ecd0

Please sign in to comment.