@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
15 lines (14 loc) • 450 B
JavaScript
var generateStyle = function(componentTheme) {
return {
wordLimitInputsContainer: {
marginBottom: 0,
display: 'flex',
marginTop: componentTheme.wordLimitInputsContainerMarginTop,
marginLeft: componentTheme.wordLimitInputContainerMarginLeft
},
wordLimitInput: {
paddingRight: componentTheme.wordLimitInputPadding
}
};
};
export default generateStyle;