@selfcommunity/react-theme-default 0.5.0-alpha.17 → 0.5.0-alpha.18

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.
@@ -43,6 +43,10 @@ declare const Component: {
43
43
  fontWeight: any;
44
44
  marginBottom: string;
45
45
  };
46
+ '& .SCCategoryHeader-tags': {
47
+ display: string;
48
+ justifyContent: string;
49
+ };
46
50
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
51
  textAlign: string;
48
52
  marginBottom: any;
@@ -45,6 +45,10 @@ const Component = {
45
45
  fontWeight: theme.typography.fontWeightMedium,
46
46
  marginBottom: `${theme.spacing(0)} !important`
47
47
  },
48
+ '& .SCCategoryHeader-tags': {
49
+ display: 'flex',
50
+ justifyContent: 'center'
51
+ },
48
52
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
49
53
  textAlign: 'center',
50
54
  marginBottom: theme.spacing(2),
@@ -898,6 +898,10 @@ declare const theme: {
898
898
  fontWeight: any;
899
899
  marginBottom: string;
900
900
  };
901
+ '& .SCCategoryHeader-tags': {
902
+ display: string;
903
+ justifyContent: string;
904
+ };
901
905
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
902
906
  textAlign: string;
903
907
  marginBottom: any;
@@ -43,6 +43,10 @@ declare const Component: {
43
43
  fontWeight: any;
44
44
  marginBottom: string;
45
45
  };
46
+ '& .SCCategoryHeader-tags': {
47
+ display: string;
48
+ justifyContent: string;
49
+ };
46
50
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
51
  textAlign: string;
48
52
  marginBottom: any;
@@ -43,6 +43,10 @@ const Component = {
43
43
  fontWeight: theme.typography.fontWeightMedium,
44
44
  marginBottom: `${theme.spacing(0)} !important`
45
45
  },
46
+ '& .SCCategoryHeader-tags': {
47
+ display: 'flex',
48
+ justifyContent: 'center'
49
+ },
46
50
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
47
51
  textAlign: 'center',
48
52
  marginBottom: theme.spacing(2),
@@ -898,6 +898,10 @@ declare const theme: {
898
898
  fontWeight: any;
899
899
  marginBottom: string;
900
900
  };
901
+ '& .SCCategoryHeader-tags': {
902
+ display: string;
903
+ justifyContent: string;
904
+ };
901
905
  '& .SCCategoryHeader-followed, & .SCCategoryHeader-action': {
902
906
  textAlign: string;
903
907
  marginBottom: any;