From 3178a1382a463831f5c51674a6e822786fb8ebe1 Mon Sep 17 00:00:00 2001 From: Dan Wilt Date: Tue, 20 Mar 2018 08:34:49 +0000 Subject: [PATCH] code answer styling updates --- package.json | 3 +-- public/index.html | 4 +++- src/components/Answer/Answer.component.js | 2 +- src/components/Answer/Answer.css | 14 ++++++++++- src/components/CodeFigure/CodeFigure.css | 5 +++- .../CompletedHeader/CompletedHeader.css | 4 ++-- .../CompletedResultsList.css | 2 +- src/components/Completed/Results/Results.css | 2 +- .../EmailCapture/EmailCapture.css | 2 +- .../NameCapture/NameCapture/NameCapture.css | 2 +- src/components/Question/Question.component.js | 2 +- src/components/Quiz/Quiz.css | 23 +++++-------------- .../QuizProgressIndicator.css | 16 +++++++++---- .../QuizQuestion/QuizQuestion.component.js | 21 +++++++++-------- src/components/QuizQuestion/QuizQuestion.css | 16 ++++++------- src/components/TextInput/TextInput.css | 7 +++--- src/index.css | 6 +++-- src/index.js | 1 - src/store/quiz/quiz.actions.js | 2 ++ src/store/quiz/quiz.reducer.js | 4 ++-- yarn.lock | 4 ---- 21 files changed, 75 insertions(+), 67 deletions(-) diff --git a/package.json b/package.json index 8b8a692..acff62d 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,7 @@ "redux": "^3.7.2", "redux-firestore": "^0.2.8", "redux-saga": "^0.16.0", - "reselect": "^3.0.1", - "reset-css": "^2.2.1" + "reselect": "^3.0.1" }, "scripts": { "start": "NODE_PATH=src react-scripts start", diff --git a/public/index.html b/public/index.html index a9fed7c..bfe6f22 100644 --- a/public/index.html +++ b/public/index.html @@ -33,7 +33,9 @@ -
+
+
+