From 55ac5077dd9726a669a1ba10ea9b8dd1ab46f13c Mon Sep 17 00:00:00 2001 From: Becky Gilbert Date: Tue, 7 May 2024 16:44:33 -0700 Subject: [PATCH] remove old/unused plugin-survey.css file --- packages/plugin-survey/css/plugin-survey.css | 36 -------------------- 1 file changed, 36 deletions(-) delete mode 100644 packages/plugin-survey/css/plugin-survey.css diff --git a/packages/plugin-survey/css/plugin-survey.css b/packages/plugin-survey/css/plugin-survey.css deleted file mode 100644 index b2729287ad..0000000000 --- a/packages/plugin-survey/css/plugin-survey.css +++ /dev/null @@ -1,36 +0,0 @@ -/* navigation buttons */ -.jspsych-survey-btn { - margin-bottom: 20px; - margin-top: 10px; -} - -/* question prompt text */ -.jspsych-survey-question-prompt { - font-family: "Open Sans", "Arial", sans-serif; - font-size: 18px; - line-height: 1em; -} - -/* question spacing */ -.jspsych-display-element div.jspsych-survey-question { - padding-top: 0; - padding-bottom: 0; - margin-bottom: 0.5em; -} - -/* html prompts */ -.jspsych-survey-html { - font-size: 18px; -} - -/* textbox inputs, dropdown menu */ -.jspsych-display-element input[type="text"], .jspsych-display-element textarea, .jspsych-display-element select.jspsych-survey-dropdown { - font-family: "Open Sans", "Arial", sans-serif; - font-size: 14px; - padding: 4px; -} - -/* required astrisk and error text */ -.jspsych-display-element .jspsych-survey-required { - color: red; -} \ No newline at end of file