Adjusted logo and buttons
This commit is contained in:
parent
cbfdcabdf8
commit
43956b3619
1 changed files with 3 additions and 3 deletions
|
|
@ -11,13 +11,13 @@ import { Button, Logo, Box, Link, Page, Footer, Row, Column, Image, Copyright, O
|
||||||
<Display desktop tablet>
|
<Display desktop tablet>
|
||||||
<Row content="split">
|
<Row content="split">
|
||||||
<Row content="left" gap={2}>
|
<Row content="left" gap={2}>
|
||||||
<Logo size={140} />
|
<Logo size={200} />
|
||||||
<h1>OCBO e-Sign</h1>
|
<h1>OCBO e-Sign</h1>
|
||||||
</Row>
|
</Row>
|
||||||
|
|
||||||
<Row content="left" gap={1}>
|
<Row content="left" gap={1}>
|
||||||
<Button label="Login" edges="curved" to="/login" />
|
<Button label="Login" edges="curved" design="bo-link" to="/login" />
|
||||||
<Button label="Register" edges="curved" to="/register" />
|
<Button label="Register" edges="curved" design="bo-primary" to="/register" />
|
||||||
</Row>
|
</Row>
|
||||||
</Row>
|
</Row>
|
||||||
</Display>
|
</Display>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue