1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-26 23:09:46 +02:00

show loading on braintree

This commit is contained in:
Kyle Spearrin 2019-02-09 21:54:09 -05:00
parent 0220f4519d
commit fb2288c4bc

View File

@ -529,6 +529,11 @@ app-user-billing {
}
}
#bt-dropin-container {
background: url('../images/loading.svg') 0 0 no-repeat;
min-height: 50px;
}
.braintree-placeholder, .braintree-sheet__header {
display: none;
}