mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
21 lines
No EOL
343 B
SCSS
21 lines
No EOL
343 B
SCSS
.stripe-checkout{
|
|
position: relative;
|
|
display: inline-block;
|
|
.spinner{
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -20px;
|
|
margin-top: -5px;
|
|
display: none;
|
|
}
|
|
&.checkout-loading{
|
|
div:first-child{
|
|
opacity: 0.2;
|
|
pointer-events: none;
|
|
}
|
|
.spinner{
|
|
display: block;
|
|
}
|
|
}
|
|
} |