Skip to content
Snippets Groups Projects
Commit 271a3a65 authored by Anthony's avatar Anthony
Browse files

Improve user feedback in quiz

parent 2ac513e1
No related branches found
No related tags found
1 merge request!2Resolve "CSS Work"
...@@ -3,7 +3,7 @@ body { ...@@ -3,7 +3,7 @@ body {
// Defined but not used for now // Defined but not used for now
--quizz-backgourd-color: #00000; --quizz-backgourd-color: #00000;
--feedback-sucess-color: lightgreen; --feedback-sucess-color: lightgreen;
--feedback-error-color: red; --feedback-error-color: #ef5d5d;
} }
// *********************************** // ***********************************
...@@ -39,7 +39,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input { ...@@ -39,7 +39,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
} }
#correct-indic { #correct-indic {
border: 2px solid var(--accent-quiz); //border: 2px solid var(--accent-quiz);
border-radius: 8px; border-radius: 8px;
padding: 16px; padding: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment