diff --git a/src/components/DrawerComponent.js b/src/components/DrawerComponent.js index 7cb3476..36d5ec3 100644 --- a/src/components/DrawerComponent.js +++ b/src/components/DrawerComponent.js @@ -18,7 +18,7 @@ class DrawerComponent extends Component {
{this.props.current_activity.info.address} - + ); } @@ -28,7 +28,7 @@ class DrawerComponent extends Component {
{this.props.current_activity.info.address} - + ); } @@ -56,7 +56,7 @@ class DrawerComponent extends Component {
- +
); @@ -78,8 +78,8 @@ class DrawerComponent extends Component { {this.props.current_activity.info.address} - - + + )} diff --git a/src/components/LoginPage.js b/src/components/LoginPage.js index 30fb638..469d63b 100644 --- a/src/components/LoginPage.js +++ b/src/components/LoginPage.js @@ -56,7 +56,7 @@ class LoginPage extends Component { })( Remember me )} - Or register now! diff --git a/src/components/SignupPage.js b/src/components/SignupPage.js index ee66a63..d38f16a 100644 --- a/src/components/SignupPage.js +++ b/src/components/SignupPage.js @@ -34,7 +34,7 @@ class SignUp extends React.Component { Your browser does not support the video tag. - Back to login} bordered={true}> + Back to login} bordered={true}>
{getFieldDecorator('first_name', { @@ -77,7 +77,7 @@ class SignUp extends React.Component { )} - diff --git a/src/styles/App.css b/src/styles/App.css index 58515c2..fb85727 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -139,8 +139,7 @@ body { background-color: rgba(255,255,255,0.9); margin-top: 15vh; width: 90vw; - max-width: 700px; - max-height: 55vh; + height: fit-content; } .signUpButton { @@ -318,3 +317,12 @@ body { color: rgba(0, 0, 0, 0.65); text-decoration: none; } + +.greenButton { + background-color: #8dc63f !important; + border-color: #8dc63f !important; +} + +.greenText { + color: #8dc63f !important; +}