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