mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
center hcaptcha in connector and fix formatting on desktop (#2911)
This commit is contained in:
@@ -68,8 +68,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="box last" [hidden]="!showCaptcha()">
|
<div class="box last" [hidden]="!showCaptcha()">
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
|
<iframe id="hcaptcha_iframe" style="margin-top: 20px"></iframe>
|
||||||
<div class="box-content-row">
|
<div class="box-content-row">
|
||||||
<iframe id="hcaptcha_iframe" height="80"></iframe>
|
|
||||||
<button class="btn block" type="button" routerLink="/accessibility-cookie">
|
<button class="btn block" type="button" routerLink="/accessibility-cookie">
|
||||||
<i class="bwi bwi-universal-access" aria-hidden="true"></i>
|
<i class="bwi bwi-universal-access" aria-hidden="true"></i>
|
||||||
{{ "loadAccessibilityCookie" | i18n }}
|
{{ "loadAccessibilityCookie" | i18n }}
|
||||||
|
|||||||
@@ -3,4 +3,6 @@ body {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user