Skip to content

Commit

Permalink
Update css for charity logos in campaign card. (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivayogasubramanian authored Nov 7, 2022
2 parents 7d0bd87 + cb254db commit 1e6fc64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const descriptionContainerSx: SxProps = {
};

export const charityLogoSx: SxProps = {
objectFit: 'contain',
width: '80%',
aspectRatio: '1 / 1',
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const graphSx: SxProps = {
};

export const charityLogoSx: SxProps = {
objectFit: 'contain',
margin: 1,
maxHeight: '40px',
minHeight: '40px',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const graphSx: SxProps = {
};

export const charityLogoSx: SxProps = {
objectFit: 'contain',
margin: 1,
maxHeight: '40px',
minHeight: '40px',
Expand Down
1 change: 1 addition & 0 deletions frontend/styles/components/redeem/ReceiptStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const headerSx: SxProps = {
};

export const imageSx: SxProps = {
objectFit: 'contain',
padding: '10px',
borderRadius: '15px',
minHeight: '40px',
Expand Down

0 comments on commit 1e6fc64

Please sign in to comment.