Skip to content

Commit 6b46cd0

Browse files
committed
Clear code
1 parent 7f38c69 commit 6b46cd0

File tree

4 files changed

+3
-40
lines changed

4 files changed

+3
-40
lines changed

src/pages/modal/Modal.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.`
359359
Grid
360360
</Button>
361361
<Paper className={classes.paper}>
362-
{/* <Grid item xs zeroMinWidth> */}
363362
<Widget item xs zeroMinWidth>
364363
<Code>{`
365364
<Grid container>
@@ -381,9 +380,7 @@ Praesent commodo cursus magna, vel scelerisque nisl consectetur et.`
381380
</Grid>
382381
`}</Code>
383382
</Widget>
384-
{/* </Grid> */}
385383
</Paper>
386-
387384
</Box>
388385
<Dialog
389386
fullWidth={true}

src/pages/notifications/styles.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ export default makeStyles(theme => ({
1515
},
1616
head5: {
1717
color: "rgb(110, 110, 110)",
18-
marginBottom: "3%",
19-
fontSize: "calc(1.285rem)",
20-
textTransform: "none",
21-
lineHeight: "1.334",
22-
letterSpacing: "0em",
23-
fontFamily: "Roboto, Helvetica, Arial, sans-serif"
18+
marginBottom: theme.spacing(2),
19+
fontSize: "20px",
2420
},
2521
layoutText: {
2622
color: tinycolor(theme.palette.background.light)

src/pages/profile/styles.js

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,6 @@ export default makeStyles(theme => ({
1919
maxWidth: 200
2020
}
2121
},
22-
// codeComponent: {
23-
// // flexGrow: 1,
24-
// // borderRadius: '10px',
25-
// // backgroundColor: 'red',
26-
// // border: '3px solid black',
27-
// // // '&::-webkit-scrollbar': {
28-
// // // width: '6px'
29-
// // // },
30-
// '&::-webkit-scrollbar-track': {
31-
// backgroundColor: '#B9B9B9'
32-
// },
33-
// '&::-webkit-resizer':{
34-
// backgroundColor: '#4A4A4A'
35-
// },
36-
// '&::-webkit-scrollbar': {
37-
// width: '10px',
38-
// height: '7px'
39-
// },
40-
// '&::-webkit-scrollbar-button': {
41-
// display: 'none'
42-
// },
43-
// '&::-webkit-scrollbar-thumb': {
44-
// height: '50px',
45-
// borderRadius: '36px',
46-
// backgroundColor: '#B9B9B9'
47-
// },
48-
// '&::-webkit-scrollbar-track-piece': {
49-
// backgroundColor: 'white'
50-
// }
51-
// },
5222
profileDescription: {
5323
paddingLeft: 20
5424
},

src/pages/widget/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { makeStyles } from "@material-ui/styles";
22

33
export default makeStyles(theme => ({
44
paper: {
5-
margin: "24px 24px",
5+
margin: theme.spacing(4),
66
backgroundColor: "#f3f3f3"
77
},
88
}));

0 commit comments

Comments
 (0)