Skip to content

Commit

Permalink
Adding glow & hover effect to the clickable cards Signed-off-by: Trin…
Browse files Browse the repository at this point in the history
…ayReddy Malireddy <[email protected] layer5io#5044

Signed-off-by: Trinay Reddy <[email protected]>
  • Loading branch information
trinayreddy4 committed Nov 11, 2023
1 parent 2864f75 commit 8a4bea9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ const SetupPreReqWrapper = styled.div`
}
.card {
padding: 2rem;
box-shadow: rgb();
background: ${props => props.theme.grey212121ToGreyEEEEEE};
max-width: 20rem;
min-height: 21.5rem;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
:hover{
box-shadow: rgb(0,211,169) 0px 0px 5px;
}
.card-header {
display: flex;
flex: auto;
Expand Down

0 comments on commit 8a4bea9

Please sign in to comment.