@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
24 lines (23 loc) • 731 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const Component = {
styleOverrides: {
root: () => ({
'& .SCCourseCompletedDialog-wrapper': {
alignItems: 'center',
'& .SCCourseCompletedDialog-title': {
marginTop: '60px',
marginBottom: '27px'
},
'& .SCCourseCompletedDialog-description-pt1': {
marginTop: '27px'
},
'& .SCCourseCompletedDialog-description-pt2': {
marginTop: '11px',
marginBottom: '53px'
}
}
})
}
};
exports.default = Component;
;