make stripe-checkout functionality work and style code a bit

This commit is contained in:
Cihan Bebek
2017-07-06 12:58:03 +03:00
parent e87dfa643b
commit 379becc861
4 changed files with 73 additions and 95 deletions

View File

@@ -111,6 +111,10 @@ section:first-child
&:first-child
margin-top 0
.loader
background transparent url('../images/ajax-loader.gif') no-repeat center center
width 28px
height 28px
.form
.btn
@@ -118,7 +122,6 @@ section:first-child
border-bottom 2px solid #117280
color rgba(255, 255, 255, 0.9)
.loader
background transparent url('../images/ajax-loader.gif') no-repeat center center
display none
&.sending
.btn
@@ -146,7 +149,6 @@ section:first-child
position absolute
right 9px
top 9px
background transparent url('../images/ajax-loader.gif') no-repeat center center
&.sending
.loader
display block