Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mav-Ivan committed Sep 19, 2023
1 parent 3024a81 commit 20213ec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/pages/my-resources/MyResources.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,24 @@ export const styles = {
title: {
typography: TypographyVariantEnum.H4,
mb: '40px'
},
tabs: {
display: 'flex',
borderBottom: '1px solid',
borderColor: 'primary.100',
mb: '24px',
'& > button:last-child': {
borderLeft: '1px solid',
borderColor: 'primary.100'
}
},
titleBox: {
display: 'flex',
alignItems: 'center',
gap: '16px',
'& > svg': {
width: '16px',
height: '16px'
}
}
}

0 comments on commit 20213ec

Please sign in to comment.