UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

44 lines (43 loc) 1.4 kB
declare const Component: { styleOverrides: { root: ({ theme }: { theme: any; }) => { gap: any; '& .SCCourseInfoDetails-icon-text-wrapper': { flexDirection: string; alignItems: string; gap: any; '& > p': { textTransform: string; }; '& .SCCourseInfoDetails-link': { textDecoration: string; color: any; '&:hover': { textDecoration: string; }; '& .SCCourseInfoDetails-url': { overflow: string; textOverflow: string; display: string; WebkitLineClamp: string; WebkitBoxOrient: string; }; }; '& .SCCourseInfoDetails-in-progress': { width: string; height: string; borderRadius: string; backgroundColor: any; }; }; '& .SCCourseInfoDetails-creation-wrapper': { flexDirection: string; alignItems: string; gap: any; }; }; }; }; export default Component;