update: responsive layout checkout stepper
This commit is contained in:
parent
38eca2d360
commit
af56a6e4fb
|
@ -114,7 +114,7 @@ export class CheckoutVouchers extends React.Component {
|
||||||
<h3 style={{color:'#FF6F00'}}>{this.props.appstate.wallet.data.point || 0} Points</h3>
|
<h3 style={{color:'#FF6F00'}}>{this.props.appstate.wallet.data.point || 0} Points</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<Divider style={{marginBottom:10,marginTop:10}} />
|
<Divider component={"div"} className={classes.divider} />
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div style={{display:'flex',justifyContent:'space-between'}}>
|
<div style={{display:'flex',justifyContent:'space-between'}}>
|
||||||
<h3>Total Pembayaran Point</h3>
|
<h3>Total Pembayaran Point</h3>
|
||||||
|
|
|
@ -42,6 +42,10 @@
|
||||||
width: 90vw;
|
width: 90vw;
|
||||||
margin-left: -3.5vw;
|
margin-left: -3.5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.right-container{
|
||||||
|
margin-left: -2.5vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkout-parent{
|
.checkout-parent{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user