1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +00:00

[GDPR] Adjusted TOS/Privacy acceptance (#1445)

* updated tos/privacy policy acceptance

* Removed variables/logic now found in superclass

* update jslib (d84d6da -> 5e50aa1)

* Added content-row UI
This commit is contained in:
Vincent Salucci
2020-11-05 13:13:46 -06:00
committed by GitHub
parent 0e42893d1c
commit 6f6a5461b7
4 changed files with 44 additions and 2 deletions

View File

@@ -307,3 +307,19 @@ app-vault-icon {
input[type="password"]::-ms-reveal {
display: none;
}
.checkbox {
position: relative;
display: block;
padding-left: 18px;
label {
margin-bottom: 0;
}
input[type="checkbox"] {
position: absolute;
margin-top: 4px;
margin-left: -18px;
}
}