edit page vouchers
This commit is contained in:
parent
d2ad20cfdc
commit
ec1cabc426
|
@ -88,7 +88,7 @@ export default class ModalVouchersComponent extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
<div className={'costRightPaneModal'}>
|
<div className={'costRightPaneModal'}>
|
||||||
<Route render={({ history}) => (
|
<Route render={({ history}) => (
|
||||||
<Button onClick={() => history.push(LINKS.VERIFY_VOUCHERS)} className={'costButtonModal'} size={"large"} block>Buy</Button>
|
<Button onClick={() => history.push(LINKS.VERIFY_VOUCHERS)} type="primary" size={"large"} block>Buy</Button>
|
||||||
)} />
|
)} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
.costValueModal{
|
.costValueModal{
|
||||||
color: #c21a1a;
|
color: #FF6F00;
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user