Skip to content

Commit

Permalink
fix: got rid of duplicated styles
Browse files Browse the repository at this point in the history
Signed-off-by: Inmoresentum <noor.mohammad.rafee@g.bracu.ac.bd>
  • Loading branch information
Inmoresentum committed Jul 9, 2023
1 parent 5913056 commit 9a23834
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FrontEnd/interactive-quiz-app/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
/* Quiz Container part */
.react-quiz-container {
margin: 20px;
width: 500px;
width: 500px
}

.react-quiz-container .startQuizWrapper {
Expand All @@ -330,7 +330,6 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
}

.react-quiz-container .questionWrapper .btn {
Expand Down Expand Up @@ -436,7 +435,6 @@

.react-quiz-container .quiz-result-filter select {
background: transparent;
border: none;
font-size: 16px;
padding: 5px;
width: 100%;
Expand Down

0 comments on commit 9a23834

Please sign in to comment.