mirror of
https://github.com/moparisthebest/mail
synced 2024-12-25 00:38:54 -05:00
Increase margin after terms checkbox
This commit is contained in:
parent
e19d8a4e5b
commit
26f52981eb
@ -119,6 +119,9 @@
|
|||||||
|
|
||||||
.view-login-initial {
|
.view-login-initial {
|
||||||
.content {
|
.content {
|
||||||
|
.terms {
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<p><b>PGP key.</b> You can either import an existing PGP key or generate a new one. Your private key remains on your device and is not sent to our servers.</p>
|
<p><b>PGP key.</b> You can either import an existing PGP key or generate a new one. Your private key remains on your device and is not sent to our servers.</p>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
<div>
|
<div class="terms">
|
||||||
<input type="checkbox" ng-model="state.agree" name="checkbox" id="checkbox_id">
|
<input type="checkbox" ng-model="state.agree" name="checkbox" id="checkbox_id">
|
||||||
<label for="checkbox_id">I agree to the Whiteout Networks <a href="https://whiteout.io/terms.html" target="_blank">Terms of Service</a> and have read the <a href="https://whiteout.io/privacy-service.html" target="_blank">Privacy Policy</a>.</label>
|
<label for="checkbox_id">I agree to the Whiteout Networks <a href="https://whiteout.io/terms.html" target="_blank">Terms of Service</a> and have read the <a href="https://whiteout.io/privacy-service.html" target="_blank">Privacy Policy</a>.</label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user