@selfcommunity/react-theme-default 0.2.0-live.77 → 0.2.0-live.79

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.
@@ -45,6 +45,7 @@ declare const Component: {
45
45
  justifyContent: string;
46
46
  alignItems: string;
47
47
  marginTop: number;
48
+ paddingBottom: any;
48
49
  };
49
50
  '& .lk-prejoin': {
50
51
  maxWidth: number;
@@ -46,7 +46,8 @@ const Component = {
46
46
  display: 'flex',
47
47
  justifyContent: 'center',
48
48
  alignItems: 'center',
49
- marginTop: -30
49
+ marginTop: -30,
50
+ paddingBottom: theme.spacing(3)
50
51
  },
51
52
  '& .lk-prejoin': {
52
53
  maxWidth: 620,
@@ -8934,6 +8934,7 @@ declare const theme: {
8934
8934
  justifyContent: string;
8935
8935
  alignItems: string;
8936
8936
  marginTop: number;
8937
+ paddingBottom: any;
8937
8938
  };
8938
8939
  '& .lk-prejoin': {
8939
8940
  maxWidth: number;
@@ -45,6 +45,7 @@ declare const Component: {
45
45
  justifyContent: string;
46
46
  alignItems: string;
47
47
  marginTop: number;
48
+ paddingBottom: any;
48
49
  };
49
50
  '& .lk-prejoin': {
50
51
  maxWidth: number;
@@ -44,7 +44,8 @@ const Component = {
44
44
  display: 'flex',
45
45
  justifyContent: 'center',
46
46
  alignItems: 'center',
47
- marginTop: -30
47
+ marginTop: -30,
48
+ paddingBottom: theme.spacing(3)
48
49
  },
49
50
  '& .lk-prejoin': {
50
51
  maxWidth: 620,
@@ -8934,6 +8934,7 @@ declare const theme: {
8934
8934
  justifyContent: string;
8935
8935
  alignItems: string;
8936
8936
  marginTop: number;
8937
+ paddingBottom: any;
8937
8938
  };
8938
8939
  '& .lk-prejoin': {
8939
8940
  maxWidth: number;