@selfcommunity/react-theme-default 0.4.5-alpha.7 → 0.4.5-alpha.8

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.
@@ -39,11 +39,9 @@ declare const Component: {
39
39
  '& .SCBaseItemButton-text ': {
40
40
  maxWidth: string;
41
41
  };
42
- '& .SCNavigationMenuDrawer-drawer-footer': {
43
- marginTop: any;
44
- };
45
- '& .SCNavigationMenuDrawer-drawer-footer-live': {
46
- padding: any;
42
+ '& .SCNavigationMenuDrawer-drawer-footer-live-button': {
43
+ margin: any;
44
+ maxWidth: number;
47
45
  };
48
46
  };
49
47
  };
@@ -42,11 +42,9 @@ const Component = {
42
42
  '& .SCBaseItemButton-text ': {
43
43
  maxWidth: '80%'
44
44
  },
45
- '& .SCNavigationMenuDrawer-drawer-footer': {
46
- marginTop: theme.spacing(3)
47
- },
48
- '& .SCNavigationMenuDrawer-drawer-footer-live': {
49
- padding: theme.spacing(3)
45
+ '& .SCNavigationMenuDrawer-drawer-footer-live-button': {
46
+ margin: theme.spacing(3),
47
+ maxWidth: 270
50
48
  }
51
49
  })
52
50
  }
@@ -4494,11 +4494,9 @@ declare const theme: {
4494
4494
  '& .SCBaseItemButton-text ': {
4495
4495
  maxWidth: string;
4496
4496
  };
4497
- '& .SCNavigationMenuDrawer-drawer-footer': {
4498
- marginTop: any;
4499
- };
4500
- '& .SCNavigationMenuDrawer-drawer-footer-live': {
4501
- padding: any;
4497
+ '& .SCNavigationMenuDrawer-drawer-footer-live-button': {
4498
+ margin: any;
4499
+ maxWidth: number;
4502
4500
  };
4503
4501
  };
4504
4502
  };
@@ -39,11 +39,9 @@ declare const Component: {
39
39
  '& .SCBaseItemButton-text ': {
40
40
  maxWidth: string;
41
41
  };
42
- '& .SCNavigationMenuDrawer-drawer-footer': {
43
- marginTop: any;
44
- };
45
- '& .SCNavigationMenuDrawer-drawer-footer-live': {
46
- padding: any;
42
+ '& .SCNavigationMenuDrawer-drawer-footer-live-button': {
43
+ margin: any;
44
+ maxWidth: number;
47
45
  };
48
46
  };
49
47
  };
@@ -40,11 +40,9 @@ const Component = {
40
40
  '& .SCBaseItemButton-text ': {
41
41
  maxWidth: '80%'
42
42
  },
43
- '& .SCNavigationMenuDrawer-drawer-footer': {
44
- marginTop: theme.spacing(3)
45
- },
46
- '& .SCNavigationMenuDrawer-drawer-footer-live': {
47
- padding: theme.spacing(3)
43
+ '& .SCNavigationMenuDrawer-drawer-footer-live-button': {
44
+ margin: theme.spacing(3),
45
+ maxWidth: 270
48
46
  }
49
47
  })
50
48
  }
@@ -4494,11 +4494,9 @@ declare const theme: {
4494
4494
  '& .SCBaseItemButton-text ': {
4495
4495
  maxWidth: string;
4496
4496
  };
4497
- '& .SCNavigationMenuDrawer-drawer-footer': {
4498
- marginTop: any;
4499
- };
4500
- '& .SCNavigationMenuDrawer-drawer-footer-live': {
4501
- padding: any;
4497
+ '& .SCNavigationMenuDrawer-drawer-footer-live-button': {
4498
+ margin: any;
4499
+ maxWidth: number;
4502
4500
  };
4503
4501
  };
4504
4502
  };