Skip to content

Commit

Permalink
Merge pull request #679 from dragon-slayer875/master
Browse files Browse the repository at this point in the history
[chore] Update setup prerequisite card css
  • Loading branch information
captain-Akshay authored Jul 14, 2024
2 parents 70d1d88 + 7e84a91 commit 4d49584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/custom/SetupPrerequisite/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ const ContainerCardWrapper = styled('div')(({ theme }) => ({
}));

const Card = styled('a')(({ theme }) => ({
flex: '1',
padding: '2rem',
textDecoration: 'none',
background: theme.palette.mode === 'light' ? '#EEEEEE' : '#212121',
maxWidth: '20rem',
minHeight: '21.5rem',
transition: '0.8s cubic-bezier(0.2, 0.8, 0.2, 1)',
borderRadius: '10px',
Expand All @@ -37,7 +37,6 @@ const Card = styled('a')(({ theme }) => ({
const CardHeader = styled('div')({
display: 'flex',
alignItems: 'center',
margin: '1rem 0 !important',
gap: '1rem'
});

Expand Down

0 comments on commit 4d49584

Please sign in to comment.