node-mongo-demo
node.js and mongodb demo
git clone https://9o.is/git/node-mongo-demo.git
styles.js
(429B)
1 import { theme } from "../../themes/Default";
2
3 export const styles = {
4 paper: {
5 marginTop: theme.spacing(8),
6 display: "flex",
7 flexDirection: "column",
8 alignItems: "center",
9 padding: theme.spacing(2),
10 },
11 avatar: {
12 margin: theme.spacing(1),
13 backgroundColor: "#5e5d5c",
14 },
15 form: {
16 width: "100%",
17 marginTop: theme.spacing(3),
18 },
19 submit: {
20 margin: theme.spacing(3, 0, 2),
21 },
22 };