feat: show and hide quiz answers

This commit is contained in:
Jannat Patel
2023-07-04 19:42:12 +05:30
parent 1abb75a58e
commit b286daad16
10 changed files with 169 additions and 79 deletions

View File

@@ -242,7 +242,7 @@ textarea.field-input {
input[type=checkbox] {
appearance: auto;
position: relative;
width: var(--checkbox-size)!important;
width: var(--checkbox-size) !important;
height: var(--checkbox-size);
margin-right: var(--checkbox-right-margin)!important;
background-repeat: no-repeat;
@@ -252,8 +252,6 @@ input[type=checkbox] {
box-shadow: 0 1px 2px #0000001a;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-print-color-adjust: exact;
}
@@ -1904,10 +1902,6 @@ li {
padding: 0 1rem !important;
}
.modal-dialog-scrollable .modal-body {
overflow-y: unset;
}
.modal-dialog-scrollable .modal-content {
overflow: unset;
}