feat: lms quizzes

This commit is contained in:
pateljannat
2021-06-09 13:17:42 +05:30
parent 586b39c0fd
commit 1cb81de5c0
28 changed files with 470 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
--cta-color: var(--c4);
--send-message: var(--c7);
--received-message: var(--c8);
--checkbox-size: 14px;
}
body {
@@ -238,3 +239,7 @@ section {
.page-card .btn {
margin-top: 30px;
}
input[type=checkbox] {
appearance: auto;
}