1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

support for paypal through braintree

This commit is contained in:
Kyle Spearrin
2017-07-28 14:29:25 -04:00
parent 84554174ac
commit 96b8467859
15 changed files with 836 additions and 688 deletions

View File

@@ -620,6 +620,10 @@ h1, h2, h3, h4, h5, h6 {
}
}
.braintree-placeholder {
display: none;
}
.clickable {
cursor: pointer;
}