Skip to content

Commit

Permalink
Made some changes card css
Browse files Browse the repository at this point in the history
Signed-off-by: DevMhrn <[email protected]>
  • Loading branch information
DevMhrn committed Jul 30, 2024
1 parent 04570fe commit 5991a53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sections/Projects/Sistent/sistent.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,12 +689,12 @@ const SistentWrapper = styled.div`
}
.card {
transition: transform 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
box-shadow: 0 5px 10px ${props => props.theme.green00D3A9ToGreyE6E6E6};
transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}
.card:hover {
box-shadow: 0px 0px 5px ${(props) => props.theme.primaryColor};
transform: scale(1.02);
transform: scale(1.045);
}
.card_bottom {
Expand Down

0 comments on commit 5991a53

Please sign in to comment.