@selfcommunity/react-theme-default 0.2.0-live.85 → 0.2.0-live.86

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,9 @@ declare const Component: {
23
23
  paddingLeft: any;
24
24
  };
25
25
  };
26
+ '& .SCNavigationMenuDrawer-drawer-content': {
27
+ paddingTop: number;
28
+ };
26
29
  '& .MuiTypography-subtitle1': {
27
30
  fontSize: string;
28
31
  padding: any;
@@ -26,6 +26,9 @@ const Component = {
26
26
  paddingLeft: theme.spacing(1.5)
27
27
  }
28
28
  },
29
+ '& .SCNavigationMenuDrawer-drawer-content': {
30
+ paddingTop: 0
31
+ },
29
32
  '& .MuiTypography-subtitle1': {
30
33
  fontSize: '1.286rem',
31
34
  padding: theme.spacing(0, 2),
@@ -4452,6 +4452,9 @@ declare const theme: {
4452
4452
  paddingLeft: any;
4453
4453
  };
4454
4454
  };
4455
+ '& .SCNavigationMenuDrawer-drawer-content': {
4456
+ paddingTop: number;
4457
+ };
4455
4458
  '& .MuiTypography-subtitle1': {
4456
4459
  fontSize: string;
4457
4460
  padding: any;
@@ -23,6 +23,9 @@ declare const Component: {
23
23
  paddingLeft: any;
24
24
  };
25
25
  };
26
+ '& .SCNavigationMenuDrawer-drawer-content': {
27
+ paddingTop: number;
28
+ };
26
29
  '& .MuiTypography-subtitle1': {
27
30
  fontSize: string;
28
31
  padding: any;
@@ -24,6 +24,9 @@ const Component = {
24
24
  paddingLeft: theme.spacing(1.5)
25
25
  }
26
26
  },
27
+ '& .SCNavigationMenuDrawer-drawer-content': {
28
+ paddingTop: 0
29
+ },
27
30
  '& .MuiTypography-subtitle1': {
28
31
  fontSize: '1.286rem',
29
32
  padding: theme.spacing(0, 2),
@@ -4452,6 +4452,9 @@ declare const theme: {
4452
4452
  paddingLeft: any;
4453
4453
  };
4454
4454
  };
4455
+ '& .SCNavigationMenuDrawer-drawer-content': {
4456
+ paddingTop: number;
4457
+ };
4455
4458
  '& .MuiTypography-subtitle1': {
4456
4459
  fontSize: string;
4457
4460
  padding: any;