@selfcommunity/react-theme-default 0.4.5-alpha.14 → 0.4.5-alpha.15

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.
@@ -13,6 +13,13 @@ declare const Component: {
13
13
  minWidth: string;
14
14
  };
15
15
  };
16
+ '& .SCLiveStreamForm-warning': {
17
+ margin: any;
18
+ "& a": {
19
+ color: any;
20
+ fontWeight: string;
21
+ };
22
+ };
16
23
  "& .SCLiveStreamForm-access-view": {
17
24
  margin: any;
18
25
  };
@@ -15,8 +15,15 @@ const Component = {
15
15
  minWidth: 'auto'
16
16
  }
17
17
  },
18
- [`& .SCLiveStreamForm-access-view`]: {
18
+ '& .SCLiveStreamForm-warning': {
19
19
  margin: theme.spacing(2, 0),
20
+ [`& a`]: {
21
+ color: theme.palette.common.white,
22
+ fontWeight: 'bold'
23
+ }
24
+ },
25
+ [`& .SCLiveStreamForm-access-view`]: {
26
+ margin: theme.spacing(2, 0)
20
27
  },
21
28
  [`& .SCLiveStreamForm-actions`]: {
22
29
  display: 'flex',
@@ -9058,6 +9058,13 @@ declare const theme: {
9058
9058
  minWidth: string;
9059
9059
  };
9060
9060
  };
9061
+ '& .SCLiveStreamForm-warning': {
9062
+ margin: any;
9063
+ "& a": {
9064
+ color: any;
9065
+ fontWeight: string;
9066
+ };
9067
+ };
9061
9068
  "& .SCLiveStreamForm-access-view": {
9062
9069
  margin: any;
9063
9070
  };
@@ -13,6 +13,13 @@ declare const Component: {
13
13
  minWidth: string;
14
14
  };
15
15
  };
16
+ '& .SCLiveStreamForm-warning': {
17
+ margin: any;
18
+ "& a": {
19
+ color: any;
20
+ fontWeight: string;
21
+ };
22
+ };
16
23
  "& .SCLiveStreamForm-access-view": {
17
24
  margin: any;
18
25
  };
@@ -13,8 +13,15 @@ const Component = {
13
13
  minWidth: 'auto'
14
14
  }
15
15
  },
16
- [`& .SCLiveStreamForm-access-view`]: {
16
+ '& .SCLiveStreamForm-warning': {
17
17
  margin: theme.spacing(2, 0),
18
+ [`& a`]: {
19
+ color: theme.palette.common.white,
20
+ fontWeight: 'bold'
21
+ }
22
+ },
23
+ [`& .SCLiveStreamForm-access-view`]: {
24
+ margin: theme.spacing(2, 0)
18
25
  },
19
26
  [`& .SCLiveStreamForm-actions`]: {
20
27
  display: 'flex',
@@ -9058,6 +9058,13 @@ declare const theme: {
9058
9058
  minWidth: string;
9059
9059
  };
9060
9060
  };
9061
+ '& .SCLiveStreamForm-warning': {
9062
+ margin: any;
9063
+ "& a": {
9064
+ color: any;
9065
+ fontWeight: string;
9066
+ };
9067
+ };
9061
9068
  "& .SCLiveStreamForm-access-view": {
9062
9069
  margin: any;
9063
9070
  };