@selfcommunity/react-theme-default 0.4.5-alpha.4 → 0.4.5-alpha.5

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.
@@ -12,10 +12,12 @@ declare const Component: {
12
12
  alignItems: string;
13
13
  alignContent: string;
14
14
  flexDirection: string;
15
+ textAlign: string;
15
16
  "& .SCLiveStreamVideoConference-logo": {
16
17
  img: {
17
18
  maxHeight: string;
18
19
  };
20
+ marginBottom: any;
19
21
  };
20
22
  "& .SCLiveStreamVideoConference-btn-back-home": {
21
23
  marginTop: any;
@@ -14,10 +14,12 @@ const Component = {
14
14
  alignItems: 'center',
15
15
  alignContent: 'center',
16
16
  flexDirection: 'column',
17
+ textAlign: 'center',
17
18
  [`& .SCLiveStreamVideoConference-logo`]: {
18
19
  img: {
19
20
  maxHeight: '100px'
20
- }
21
+ },
22
+ marginBottom: theme.spacing(2)
21
23
  },
22
24
  [`& .SCLiveStreamVideoConference-btn-back-home`]: {
23
25
  marginTop: theme.spacing(2)
@@ -9168,10 +9168,12 @@ declare const theme: {
9168
9168
  alignItems: string;
9169
9169
  alignContent: string;
9170
9170
  flexDirection: string;
9171
+ textAlign: string;
9171
9172
  "& .SCLiveStreamVideoConference-logo": {
9172
9173
  img: {
9173
9174
  maxHeight: string;
9174
9175
  };
9176
+ marginBottom: any;
9175
9177
  };
9176
9178
  "& .SCLiveStreamVideoConference-btn-back-home": {
9177
9179
  marginTop: any;
@@ -12,10 +12,12 @@ declare const Component: {
12
12
  alignItems: string;
13
13
  alignContent: string;
14
14
  flexDirection: string;
15
+ textAlign: string;
15
16
  "& .SCLiveStreamVideoConference-logo": {
16
17
  img: {
17
18
  maxHeight: string;
18
19
  };
20
+ marginBottom: any;
19
21
  };
20
22
  "& .SCLiveStreamVideoConference-btn-back-home": {
21
23
  marginTop: any;
@@ -12,10 +12,12 @@ const Component = {
12
12
  alignItems: 'center',
13
13
  alignContent: 'center',
14
14
  flexDirection: 'column',
15
+ textAlign: 'center',
15
16
  [`& .SCLiveStreamVideoConference-logo`]: {
16
17
  img: {
17
18
  maxHeight: '100px'
18
- }
19
+ },
20
+ marginBottom: theme.spacing(2)
19
21
  },
20
22
  [`& .SCLiveStreamVideoConference-btn-back-home`]: {
21
23
  marginTop: theme.spacing(2)
@@ -9168,10 +9168,12 @@ declare const theme: {
9168
9168
  alignItems: string;
9169
9169
  alignContent: string;
9170
9170
  flexDirection: string;
9171
+ textAlign: string;
9171
9172
  "& .SCLiveStreamVideoConference-logo": {
9172
9173
  img: {
9173
9174
  maxHeight: string;
9174
9175
  };
9176
+ marginBottom: any;
9175
9177
  };
9176
9178
  "& .SCLiveStreamVideoConference-btn-back-home": {
9177
9179
  marginTop: any;