@instructure/quiz-interactions
Version:
A React UI component Library for quiz interaction types.
20 lines (19 loc) • 543 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var generateStyle = function generateStyle(componentTheme) {
return {
wordLimitInputsContainer: {
marginBottom: 0,
display: 'flex',
marginTop: componentTheme.wordLimitInputsContainerMarginTop,
marginLeft: componentTheme.wordLimitInputContainerMarginLeft
},
wordLimitInput: {
paddingRight: componentTheme.wordLimitInputPadding
}
};
};
var _default = exports["default"] = generateStyle;