mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
refactor: refactor styles
This commit is contained in:
parent
6c3276926e
commit
108936a6e4
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@ import Typography from '@material-ui/core/Typography';
|
||||||
import { default as MuiListItemText } from '@material-ui/core/ListItemText';
|
import { default as MuiListItemText } from '@material-ui/core/ListItemText';
|
||||||
|
|
||||||
export const Heading = styled(Typography)`
|
export const Heading = styled(Typography)`
|
||||||
|
&& {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const Spacer = styled('div')`
|
export const Spacer = styled('div')`
|
||||||
|
|
Loading…
Add table
Reference in a new issue