-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Worksheet fixing typography tags & colorTheme * fix: worksheet build error * fix: Assessment UI CleanUp
- Loading branch information
1 parent
12570c9
commit 1123886
Showing
28 changed files
with
997 additions
and
1,075 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
const colorTheme = { | ||
gray: "#5E6B78", | ||
lightGray: "#B5B5C8", | ||
lightGray0: "#9E9E9E", | ||
lightGray4: "#f3f4f6", | ||
borderColor: "#E2E2E2", | ||
successBarColor: "#0D921B", | ||
pendingBarColor: "#DDDDDD", | ||
dividerColor: "#f7f7f7", | ||
bgSuccessAlert: "#B9FBC0", | ||
circleProgressBarcolor: "#EAE0DF", | ||
scoreSuccessStarColor: "#2BB639", | ||
QuationsBoxBg: "#FEF1EE", | ||
QuationsBoxContentBg: "#FFF8F7", | ||
scoreCardBg1: "#FFE5B3", | ||
scoreCardIcon1: "#E78D12", | ||
scoreCardBg2: "#FEEFEB", | ||
scoreCardIcon2: "#F57B7B", | ||
reportDetailsSubheaderBg: "#FFCAAC", | ||
achiverBoxBg: "#FFF9F9", | ||
}; | ||
export default colorTheme; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 1 addition & 14 deletions
15
packages/assessment/src/components/ExamScores/QuestionLIst.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.