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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user