UNPKG

@instructure/quiz-interactions

Version:

A React UI component Library for quiz interaction types.

14 lines 413 B
var generateStyle = function generateStyle(componentTheme) { return { wordLimitInputsContainer: { marginBottom: 0, display: 'flex', marginTop: componentTheme.wordLimitInputsContainerMarginTop, marginLeft: componentTheme.wordLimitInputContainerMarginLeft }, wordLimitInput: { paddingRight: componentTheme.wordLimitInputPadding } }; }; export default generateStyle;