This takes into account the extra files that are usually required when copying problems containing JSInputs. Static files such as additional CSS and JS files needed to interact and style the problem.
11 lines
214 B
CSS
11 lines
214 B
CSS
/* Original Source: https://files.edx.org/custom-js-example/jsinput_example.css */
|
|
|
|
.directions {
|
|
font-size: large
|
|
}
|
|
|
|
.feedback {
|
|
font-size: medium;
|
|
border: 2px solid cornflowerblue;
|
|
padding: 5px;
|
|
} |