-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-components-sections-section-completed-examples-jsx-849b11b698200c26b02b.js.map
1 lines (1 loc) · 2.47 KB
/
component---src-pages-components-sections-section-completed-examples-jsx-849b11b698200c26b02b.js.map
1
{"version":3,"sources":["webpack:///./src/assets/jss/material-kit-react/views/componentsSections/completedStyle.jsx","webpack:///./src/pages/Components/Sections/SectionCompletedExamples.jsx"],"names":["completedStyle","section","padding","container","textAlign","SectionCompletedExamples","render","classes","this","props","className","GridContainer","justify","GridItem","xs","sm","md","React","Component","withStyles"],"mappings":"iMAYeA,EAVQ,CACrBC,QAAS,CACPC,QAAS,UAEXC,UAAU,OAAD,UACJA,IADI,CAEPC,UAAW,uB,ICGTC,E,gLACJC,OAAA,WAAU,IACAC,EAAYC,KAAKC,MAAjBF,QACR,OACE,yBAAKG,UAAWH,EAAQN,SACtB,yBAAKS,UAAWH,EAAQJ,WACtB,kBAACQ,EAAA,EAAD,CAAeC,QAAQ,UACrB,kBAACC,EAAA,EAAD,CAAUC,GAAI,GAAIC,GAAI,GAAIC,GAAI,GAC5B,uDACA,+Q,GATyBC,IAAMC,WAuB9BC,cAAWnB,EAAXmB,CAA2Bd","file":"component---src-pages-components-sections-section-completed-examples-jsx-849b11b698200c26b02b.js","sourcesContent":["import { container } from \"assets/jss/material-kit-react\";\r\n\r\nconst completedStyle = {\r\n section: {\r\n padding: \"70px 0\"\r\n },\r\n container: {\r\n ...container,\r\n textAlign: \"center !important\"\r\n }\r\n};\r\n\r\nexport default completedStyle;\r\n","import React from \"react\";\r\n// @material-ui/core components\r\nimport withStyles from \"@material-ui/core/styles/withStyles\";\r\n// @material-ui/icons\r\n\r\n// core components\r\nimport GridContainer from \"components/Grid/GridContainer.jsx\";\r\nimport GridItem from \"components/Grid/GridItem.jsx\";\r\n\r\nimport completedStyle from \"assets/jss/material-kit-react/views/componentsSections/completedStyle.jsx\";\r\n\r\nclass SectionCompletedExamples extends React.Component {\r\n render() {\r\n const { classes } = this.props;\r\n return (\r\n <div className={classes.section}>\r\n <div className={classes.container}>\r\n <GridContainer justify=\"center\">\r\n <GridItem xs={12} sm={12} md={8}>\r\n <h2>Completed with examples</h2>\r\n <h4>\r\n The kit comes with three pre-built pages to help you get started\r\n faster. You can change the text and images and you're good to\r\n go. More importantly, looking at them will give you a picture of\r\n what you can build with this powerful kit.\r\n </h4>\r\n </GridItem>\r\n </GridContainer>\r\n </div>\r\n </div>\r\n );\r\n }\r\n}\r\n\r\nexport default withStyles(completedStyle)(SectionCompletedExamples);\r\n"],"sourceRoot":""}