mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
rudimentary terms checkbox (#669)
This commit is contained in:
parent
4424a909b9
commit
f42bb96739
@ -136,3 +136,8 @@ code, pre {
|
||||
#navbar {
|
||||
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>
|
||||
</div>
|
||||
<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>
|
||||
<Button variant={"light"} type={"submit"}>Register Account</Button>
|
||||
</Form>
|
||||
</Row>
|
||||
<Row>
|
||||
<Row id={"zrok-message-row"}>
|
||||
{message}
|
||||
</Row>
|
||||
<Row>
|
||||
|
||||
</Row>
|
||||
</Container>
|
||||
</Row>
|
||||
</Container>
|
||||
|
Loading…
Reference in New Issue
Block a user