Skip to content

Commit

Permalink
created Assessment Summary Card
Browse files Browse the repository at this point in the history
  • Loading branch information
krritik committed Sep 9, 2023
1 parent 904bf9a commit cc20268
Show file tree
Hide file tree
Showing 2 changed files with 413 additions and 1 deletion.
9 changes: 8 additions & 1 deletion extensions/sql-migration/src/constants/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,11 @@ export const TOOLBAR_CSS = {
'line-height': '16px',
'font-weight': '400',
'margin': '0',
};
};

export const ASSESSMENT_SUMMARY_CARD_CSS = {
'font-size': '16px',
'line-height': '21.28px',
'font-weight': '700',
'margin': '0px',
};
Loading

0 comments on commit cc20268

Please sign in to comment.