Skip to content

Commit

Permalink
Resolving the issue layer5io#5044
Browse files Browse the repository at this point in the history
  • Loading branch information
trinayreddy4 committed Nov 11, 2023
1 parent 3136ebb commit ffeabd1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@ const SetupPreReqWrapper = styled.div`
margin: 1rem;
}
.card {
box-shadow: rgb(0,211,169) 0px 0px 5px;
border-radius: 10px;
padding: 2rem;
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(255,255,255) 0px 0px 5px;
box-shadow: rgb(0,211,169) 0px 0px 5px;
}
.card-header {
display: flex;
flex: auto;
Expand Down

0 comments on commit ffeabd1

Please sign in to comment.