diff --git a/app/views/Session.js b/app/views/Session.js index eab72f0..d0ce42d 100644 --- a/app/views/Session.js +++ b/app/views/Session.js @@ -2,10 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { compose } from 'redux'; import { connect } from 'react-redux'; -import { withStyles } from 'material-ui/styles'; -import TextField from 'material-ui/TextField'; -import Button from 'material-ui/Button'; -import Paper from 'material-ui/Paper'; +import { withStyles, TextField, Button, Paper, Grid } from 'material-ui'; import grey from 'material-ui/colors/grey'; import CustomAppBar from '../components/CustomAppBar'; @@ -26,7 +23,7 @@ const styles = theme => ({ paper: { backgroundColor: grey[100], padding: theme.spacing.unit * 2, - height: '100%' + height: '100vh' }, bootstrapRoot: { padding: 0, @@ -40,7 +37,6 @@ const styles = theme => ({ border: '1px solid #ced4da', fontSize: 16, padding: '10px 12px', - width: '500px', transition: theme.transitions.create(['border-color', 'box-shadow']), '&:focus': { borderColor: '#80bdff', @@ -50,9 +46,6 @@ const styles = theme => ({ bootstrapFormLabel: { fontSize: 18, }, - button: { - width: '100%' - } }); function Session({ match, classes, sessions, save_session }) { @@ -66,58 +59,62 @@ function Session({ match, classes, sessions, save_session }) { }; return ( -
+
-
- - -
-
- -
+ + + + + + + + + + +
); diff --git a/build/index.html b/build/index.html index 0c24239..facb2c9 100644 --- a/build/index.html +++ b/build/index.html @@ -1,10 +1,16 @@ + Salesforce +