1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

stub out premium payment with payment form

This commit is contained in:
Kyle Spearrin
2018-06-28 17:17:14 -04:00
parent 318b750603
commit 7267045475
6 changed files with 555 additions and 0 deletions

View File

@@ -401,6 +401,24 @@ app-breach-report {
}
}
.braintree-placeholder, .braintree-sheet__header {
display: none;
}
.braintree-sheet__content--button {
text-align: left;
padding: 0;
min-height: 0;
}
.braintree-sheet__container {
margin-bottom: 0;
}
.braintree-sheet {
border: none;
}
.totp {
.totp-code {
@extend .text-monospace;