update: responsive layout checkout stepper

This commit is contained in:
Rifqy Zacky Ariadhy 2019-01-29 17:11:21 +07:00
parent 38eca2d360
commit af56a6e4fb
2 changed files with 5 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export class CheckoutVouchers extends React.Component {
<h3 style={{color:'#FF6F00'}}>{this.props.appstate.wallet.data.point || 0} Points</h3>
</div>
</div>
<Divider style={{marginBottom:10,marginTop:10}} />
<Divider component={"div"} className={classes.divider} />
<div className="row">
<div style={{display:'flex',justifyContent:'space-between'}}>
<h3>Total Pembayaran Point</h3>

View File

@ -42,6 +42,10 @@
width: 90vw;
margin-left: -3.5vw;
}
.right-container{
margin-left: -2.5vw;
}
}
.checkout-parent{