Updated register page
This commit is contained in:
parent
6bcf0cd40b
commit
2ce291b550
1 changed files with 2 additions and 2 deletions
|
|
@ -161,7 +161,7 @@ export default () => {
|
|||
|
||||
<Padding top={2} left={0} right={0} bottom={0}>
|
||||
<Row>
|
||||
<Box curved thickness={2} padding={2} color="#2f465cd7" background="#04040654">
|
||||
<Box curved thickness={2} padding="2rem" color="#2f465cd7" background="#04040654">
|
||||
<Row>
|
||||
<span class="box-title">Registration</span>
|
||||
</Row>
|
||||
|
|
@ -301,7 +301,7 @@ export default () => {
|
|||
<Padding top={1} bottom={1} left={4} right={4}>
|
||||
<Column>
|
||||
<Row>
|
||||
<Box curved thickness={3} color="black" padding={1}>
|
||||
<Box curved thickness={3} color="black" padding="1rem">
|
||||
<h2>e-Sign Registration Completed</h2>
|
||||
</Box>
|
||||
</Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue