1
0
mirror of https://github.com/SomboChea/ui synced 2024-09-29 12:57:52 +07:00
verdaccio-ui/src/components/Help/styles.ts

14 lines
302 B
TypeScript
Raw Normal View History

import styled from '@emotion/styled';
2019-02-03 17:23:33 +07:00
import { default as Typography } from '../../muiComponents/Heading';
2019-10-26 13:44:25 +07:00
import Card from '../../muiComponents/Card';
export const CardStyled = styled(Card)({
width: 600,
margin: 'auto',
});
2019-02-03 17:23:33 +07:00
export const HelpTitle = styled(Typography)({
marginBottom: 20,
});