|
|
|
@ -28,7 +28,8 @@ const useStyles = createStyles(theme => ({ |
|
|
|
backgroundColor: "#f5f5f5", |
|
|
|
backgroundColor: "#f5f5f5", |
|
|
|
borderRadius: "5px", |
|
|
|
borderRadius: "5px", |
|
|
|
margin: "20px", |
|
|
|
margin: "20px", |
|
|
|
padding: "20px" |
|
|
|
padding: "20px", |
|
|
|
|
|
|
|
boxShadow: "0px 0px 5px 0px grey" |
|
|
|
}, |
|
|
|
}, |
|
|
|
checkbox: { |
|
|
|
checkbox: { |
|
|
|
display: "flex", |
|
|
|
display: "flex", |
|
|
|
|