You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
581 B

.h5p-result {
margin: 2.5em 0;
}
.h5p-result:first-child {
margin-top: 0;
}
.h5p-result:last-child {
margin-bottom: 0;
}
.h5p-compound-container .h5p-compound-container,
.h5p-compound-container .h5p-choices-container,
.h5p-compound-container .h5p-fill-in-container,
.h5p-compound-container .h5p-long-choice-container,
.h5p-compound-container .h5p-matching-container,
.h5p-compound-container .h5p-true-false-container {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
}
.h5p-compound-container .h5p-result .h5p-result {
margin: 1em 0;
box-shadow: none;
}