diff --git a/app/modules/MobileTearSheet.jsx b/app/modules/MobileTearSheet.jsx deleted file mode 100644 index 712f71e..0000000 --- a/app/modules/MobileTearSheet.jsx +++ /dev/null @@ -1,60 +0,0 @@ -import React from 'react'; -import {StylePropable} from 'material-ui/lib/mixins'; - -const MobileTearSheet = React.createClass({ - - propTypes: { - children: React.PropTypes.node, - height: React.PropTypes.number, - }, - - contextTypes: { - muiTheme: React.PropTypes.object, - }, - - mixins: [ - StylePropable, - ], - - getDefaultProps() { - return { - height: 500, - }; - }, - - render() { - const styles = { - root: { - float: 'left', - marginBottom: 24, - marginRight: 24, - width: 360, - height: "100%", - }, - container: { - border: 'solid 1px #d9d9d9', - borderBottom: 'none', - height: '100%', - overflow: 'hidden', - }, - bottomTear: { - display: 'block', - position: 'relative', - marginTop: -10, - width: 360, - }, - }; - - return ( -
-
- {this.props.children} -
- -
- ); - }, - -}); - -export default MobileTearSheet; diff --git a/images/bottom-tear.svg b/images/bottom-tear.svg deleted file mode 100644 index 20a5de1..0000000 --- a/images/bottom-tear.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - -