jsPsych/packages/plugin-survey/css/survey.scss
2021-11-30 15:00:03 -05:00

26 lines
371 B
SCSS

@use "survey-knockout/survey.css";
.sv_main {
font-family: "Open Sans", "Arial", sans-serif;
font-size: 18px;
text-align: left;
.sv_body {
border-top-width: 0;
}
.sv_p_root {
.sv_row {
border-bottom: none;
}
}
.sv_container .sv_body .sv_p_root .sv_q_title {
font-weight: normal;
}
.sv_q_erbox {
font-size: 0.85em;
}
}