Bugfixing loading spinner when switching currency

Moving it to buttons so it directly interacts with actions and doesn't break form states
This commit is contained in:
lepipele
2018-03-13 00:34:26 -05:00
parent b3698846c6
commit 56eea18b2d
3 changed files with 13 additions and 14 deletions

View File

@@ -10894,14 +10894,13 @@ bp-spinner {
}
.payment__spinner {
margin-top: 140px;
display: none;
}
.payment__spinner > bp-spinner > svg {
margin: auto auto;
height: 60px;
width: 60px;
margin: auto 0px 0px auto;
height: 32px;
width: 32px;
fill: gray;
animation: spin 0.55s linear infinite;
opacity: .85;