Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/koni/dev/issue-162'…
Browse files Browse the repository at this point in the history
… into mythical-dev
  • Loading branch information
lw-cdm committed Dec 27, 2024
2 parents ba12486 + 59f5354 commit 921bf99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const TermAndConditionModal = styled(Component)<Props>(({ theme: { extend

'.__modal-description .__content-wrapper': {
display: 'flex',
alignItems: 'center',
alignItems: 'start',
flexDirection: 'column'
},

Expand Down Expand Up @@ -166,7 +166,6 @@ export const TermAndConditionModal = styled(Component)<Props>(({ theme: { extend

'.__modal-description': {
color: extendToken.mythColorGray1,
textAlign: 'center',
fontFamily: extendToken.fontBarlowCondensed,
fontSize: '16px',
fontStyle: 'normal',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const ContentGenerator = styled(Component)<Props>(({ theme: { extendToken, token
},
'.custom-ul': {
paddingInlineStart: 24,
marginBottom: 0
marginBottom: 8
},
'.custom-th': {
border: `1px solid ${extendToken.mythColorGray1}`,
Expand All @@ -195,7 +195,9 @@ const ContentGenerator = styled(Component)<Props>(({ theme: { extendToken, token
padding: 4
},
'.custom-table': {
marginBottom: 8
margin: 'auto',
marginBottom: 8,
textAlign: 'center'
},
'.custom-img': {
marginTop: 4,
Expand Down

0 comments on commit 921bf99

Please sign in to comment.