mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-12 11:11:21 +00:00
Format code
This commit is contained in:
parent
1797754283
commit
df420d5f95
@ -312,58 +312,58 @@ export const PublishQAppCTAButton = styled(ButtonBase)(({ theme }) => ({
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
export const PublishQAppDotsBG = styled(Box)(({ theme }) => ({
|
export const PublishQAppDotsBG = styled(Box)(({ theme }) => ({
|
||||||
display: 'flex',
|
|
||||||
justifyContent: 'center',
|
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
width: '60px',
|
|
||||||
height: '60px',
|
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
|
display: 'flex',
|
||||||
|
height: '60px',
|
||||||
|
justifyContent: 'center',
|
||||||
|
width: '60px',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const PublishQAppInfo = styled(Typography)(({ theme }) => ({
|
export const PublishQAppInfo = styled(Typography)(({ theme }) => ({
|
||||||
fontSize: '10px',
|
|
||||||
fontWeight: 400,
|
|
||||||
lineHeight: 1.2,
|
|
||||||
fontStyle: 'italic',
|
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
|
fontSize: '10px',
|
||||||
|
fontStyle: 'italic',
|
||||||
|
fontWeight: 400,
|
||||||
|
lineHeight: 1.2,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const PublishQAppChoseFile = styled(ButtonBase)(({ theme }) => ({
|
export const PublishQAppChoseFile = styled(ButtonBase)(({ theme }) => ({
|
||||||
width: '101px',
|
|
||||||
height: '30px',
|
|
||||||
display: 'flex',
|
|
||||||
justifyContent: 'center',
|
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
borderRadius: '5px',
|
|
||||||
fontWeight: 600,
|
|
||||||
fontSize: '10px',
|
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
|
borderRadius: '5px',
|
||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
|
display: 'flex',
|
||||||
|
fontSize: '10px',
|
||||||
|
fontWeight: 600,
|
||||||
|
height: '30px',
|
||||||
|
justifyContent: 'center',
|
||||||
|
width: '101px',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const AppsCategoryInfo = styled(Box)(({ theme }) => ({
|
export const AppsCategoryInfo = styled(Box)(({ theme }) => ({
|
||||||
display: 'flex',
|
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
width: '100%',
|
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
|
display: 'flex',
|
||||||
|
width: '100%',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const AppsCategoryInfoSub = styled(Box)(({ theme }) => ({
|
export const AppsCategoryInfoSub = styled(Box)(({ theme }) => ({
|
||||||
display: 'flex',
|
|
||||||
flexDirection: 'column',
|
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
color: theme.palette.text.primary,
|
color: theme.palette.text.primary,
|
||||||
|
display: 'flex',
|
||||||
|
flexDirection: 'column',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const AppsCategoryInfoLabel = styled(Typography)(({ theme }) => ({
|
export const AppsCategoryInfoLabel = styled(Typography)(({ theme }) => ({
|
||||||
|
backgroundColor: theme.palette.background.default,
|
||||||
|
color: theme.palette.text.primary,
|
||||||
fontSize: '12px',
|
fontSize: '12px',
|
||||||
fontWeight: 700,
|
fontWeight: 700,
|
||||||
lineHeight: 1.2,
|
lineHeight: 1.2,
|
||||||
backgroundColor: theme.palette.background.default,
|
|
||||||
color: theme.palette.text.primary,
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const AppsCategoryInfoValue = styled(Typography)(({ theme }) => ({
|
export const AppsCategoryInfoValue = styled(Typography)(({ theme }) => ({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user