@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
117 lines (116 loc) • 3.75 kB
TypeScript
declare const Component: {
styleOverrides: {
root: ({ theme }: any) => {
'& .SCConsentSolution-title': {
[x: number]: {
fontSize: string;
};
display: string;
justifyContent: string;
fontWeight: number;
};
'& .SCConsentSolution-title-back': {
display: string;
justifyContent: string;
};
'& .SCConsentSolution-content': {
[x: number]: {
padding: number;
'& h6': {
fontSize: string;
};
'& span, p, li': {
fontSize: string;
};
'& li': {
fontSize: string;
};
'& button': {
fontSize: string;
};
};
padding: any;
overflowX: string;
fontSize: string;
};
'& .SCConsentSolution-consent': {
[x: number]: {
paddingTop: number;
paddingBottom: number;
};
borderTop: number;
overflowY: string;
};
'& .SCConsentSolution-consent-switch': {
[x: number]: {
'.MuiFormControlLabel-label': {
fontSize: string;
};
};
margin: string;
'& > span:first-of-type': {
marginRight: number;
};
};
'& .SCConsentSolution-delete-account-button': {
cursor: string;
'&:hover': {
textDecoration: string;
};
};
'& .SCConsentSolution-confirm-delete-account-button': {
color: string;
marginRight: any;
marginBottom: any;
};
'& .SCConsentSolution-logout-account-button': {
marginBottom: any;
};
'& .SCConsentSolution-data-portability': {
marginBottom: any;
};
'& .SCConsentSolution-alert-accept-document': {
[x: number]: {
fontSize: string;
padding: number;
};
padding: any;
};
'& .SCConsentSolution-alert-accept-conditions': {
[x: number]: {
fontSize: string;
};
fontSize: string;
fontWeight: number;
color: any;
padding: string;
};
};
skeletonRoot: ({ theme }: any) => {
'& .SCConsentSolution-title': {
display: string;
alignItems: string;
justifyContent: string;
};
'& .SCConsentSolution-content': {
paddingTop: any;
paddingBottom: any;
};
'& .SCConsentSolution-consent': {
borderTop: number;
overflowY: string;
display: string;
};
'& .SCConsentSolution-consent-switch': {
width: number;
height: number;
borderRadius: number;
marginRight: any;
};
'& .SCConsentSolution-consent-switch-label': {
marginTop: number;
};
};
};
};
export default Component;