@selfcommunity/react-theme-default 0.2.0-live.62 → 0.2.0-live.65

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.
@@ -8,6 +8,16 @@ declare const Component: {
8
8
  "& .SCLiveStreamRoom-content": {
9
9
  width: string;
10
10
  };
11
+ "& .SCLiveStreamRoom-end-conference-wrap": {
12
+ display: string;
13
+ justifyContent: string;
14
+ alignItems: string;
15
+ alignContent: string;
16
+ flexDirection: string;
17
+ "& .SCLiveStreamRoom-btn-back-home": {
18
+ marginTop: any;
19
+ };
20
+ };
11
21
  "& .SCLiveStreamRoom-prejoin": {
12
22
  padding: any;
13
23
  display: string;
@@ -10,6 +10,16 @@ const Component = {
10
10
  [`& .SCLiveStreamRoom-content`]: {
11
11
  width: '100%'
12
12
  },
13
+ [`& .SCLiveStreamRoom-end-conference-wrap`]: {
14
+ display: 'flex',
15
+ justifyContent: 'center',
16
+ alignItems: 'center',
17
+ alignContent: 'center',
18
+ flexDirection: 'column',
19
+ [`& .SCLiveStreamRoom-btn-back-home`]: {
20
+ marginTop: theme.spacing(2)
21
+ }
22
+ },
13
23
  [`& .SCLiveStreamRoom-prejoin`]: {
14
24
  padding: theme.spacing(2),
15
25
  display: 'grid',
@@ -8699,6 +8699,16 @@ declare const theme: {
8699
8699
  "& .SCLiveStreamRoom-content": {
8700
8700
  width: string;
8701
8701
  };
8702
+ "& .SCLiveStreamRoom-end-conference-wrap": {
8703
+ display: string;
8704
+ justifyContent: string;
8705
+ alignItems: string;
8706
+ alignContent: string;
8707
+ flexDirection: string;
8708
+ "& .SCLiveStreamRoom-btn-back-home": {
8709
+ marginTop: any;
8710
+ };
8711
+ };
8702
8712
  "& .SCLiveStreamRoom-prejoin": {
8703
8713
  padding: any;
8704
8714
  display: string;
@@ -8,6 +8,16 @@ declare const Component: {
8
8
  "& .SCLiveStreamRoom-content": {
9
9
  width: string;
10
10
  };
11
+ "& .SCLiveStreamRoom-end-conference-wrap": {
12
+ display: string;
13
+ justifyContent: string;
14
+ alignItems: string;
15
+ alignContent: string;
16
+ flexDirection: string;
17
+ "& .SCLiveStreamRoom-btn-back-home": {
18
+ marginTop: any;
19
+ };
20
+ };
11
21
  "& .SCLiveStreamRoom-prejoin": {
12
22
  padding: any;
13
23
  display: string;
@@ -8,6 +8,16 @@ const Component = {
8
8
  [`& .SCLiveStreamRoom-content`]: {
9
9
  width: '100%'
10
10
  },
11
+ [`& .SCLiveStreamRoom-end-conference-wrap`]: {
12
+ display: 'flex',
13
+ justifyContent: 'center',
14
+ alignItems: 'center',
15
+ alignContent: 'center',
16
+ flexDirection: 'column',
17
+ [`& .SCLiveStreamRoom-btn-back-home`]: {
18
+ marginTop: theme.spacing(2)
19
+ }
20
+ },
11
21
  [`& .SCLiveStreamRoom-prejoin`]: {
12
22
  padding: theme.spacing(2),
13
23
  display: 'grid',
@@ -8699,6 +8699,16 @@ declare const theme: {
8699
8699
  "& .SCLiveStreamRoom-content": {
8700
8700
  width: string;
8701
8701
  };
8702
+ "& .SCLiveStreamRoom-end-conference-wrap": {
8703
+ display: string;
8704
+ justifyContent: string;
8705
+ alignItems: string;
8706
+ alignContent: string;
8707
+ flexDirection: string;
8708
+ "& .SCLiveStreamRoom-btn-back-home": {
8709
+ marginTop: any;
8710
+ };
8711
+ };
8702
8712
  "& .SCLiveStreamRoom-prejoin": {
8703
8713
  padding: any;
8704
8714
  display: string;