UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

85 lines (84 loc) 2.5 kB
declare const Component: { styleOverrides: { root: ({ theme }: any) => { maxWidth: any; '& .SCFeed-left': { [x: number]: { padding: any; }; padding: number; '& > div:first-of-type': { marginTop: number; }; '& > .SCWidget-root, & > .SCCustomAdv-root': { maxWidth: number; marginLeft: string; marginRight: string; }; }; '& .SCFeed-left-items': { '& > div': { paddingBottom: any; }; }; '& .SCFeed-right': { padding: any; '& > .SCWidget-root': { marginBottom: any; }; }; '& .SCFeed-start': { '& > .SCWidget-root': { padding: number; marginBottom: any; }; '& .SCFeed-header-item': { animation: string; '@keyframes pulse-animation': { '0%': { opacity: number; }; }; }; }; '& .SCFeed-end': { '& > .SCWidget-root': { padding: number; marginBottom: any; }; }; '& .SCFeed-end-message': { textAlign: string; '& > div': { padding: any; }; }; '& .SCFeed-refresh': {}; '& .SCFeed-pagination-link': { display: string; }; }; skeletonRoot: ({ theme }: any) => { maxWidth: any; '& .SCFeed-left': { [x: number]: { padding: any; }; padding: number; '&:last-child': { paddingBottom: any; }; '& > .SCWidget-root': { marginBottom: any; }; }; '& .SCFeed-right': { padding: any; '& .SCWidget-root': { marginBottom: any; }; }; }; }; }; export default Component;