mirror of
https://github.com/openziti/zrok.git
synced 2025-06-25 04:02:15 +02:00
rudimentary terms checkbox (#669)
This commit is contained in:
parent
4424a909b9
commit
f42bb96739
@ -136,3 +136,8 @@ code, pre {
|
|||||||
#navbar {
|
#navbar {
|
||||||
background: linear-gradient(180deg, #0E0238 0%, #231069 100%);
|
background: linear-gradient(180deg, #0E0238 0%, #231069 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#zrok-message-row {
|
||||||
|
padding: 10px;
|
||||||
|
height: 50px;
|
||||||
|
}
|
@ -88,17 +88,14 @@ const SetPasswordForm = (props) => {
|
|||||||
<p>{tou}</p>
|
<p>{tou}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class={"zrok-tou"}>
|
<div class={"zrok-tou"}>
|
||||||
<FormControlLabel control={<Checkbox iconStyle={{fill: 'white'}} required/>} label={<span class={"zrok-type"}>I have read and agree to the above</span>}/>
|
<FormControlLabel control={<Checkbox style={{color: 'white'}} required/>} label={<span class={"zrok-type"}>I have read and agree to the above</span>}/>
|
||||||
</div>
|
</div>
|
||||||
<Button variant={"light"} type={"submit"}>Register Account</Button>
|
<Button variant={"light"} type={"submit"}>Register Account</Button>
|
||||||
</Form>
|
</Form>
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row id={"zrok-message-row"}>
|
||||||
{message}
|
{message}
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
|
||||||
|
|
||||||
</Row>
|
|
||||||
</Container>
|
</Container>
|
||||||
</Row>
|
</Row>
|
||||||
</Container>
|
</Container>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user