Sha256: 9097057a23cc256fa3b8038143a45abb77f25801b5c7f05cd82e4a173772ea89

Contents?: true

Size: 547 Bytes

Versions: 2

Compression:

Stored size: 547 Bytes

Contents

.saferpay-iframe {
  width: 100%;
}

.loading-animation {
  text-align: center;
  background-color: #222222;

  -webkit-animation: sk-scaleout 0.5s infinite ease-in-out;
  animation: sk-scaleout 0.5s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solidus_six_saferpay-0.1.3 app/assets/stylesheets/solidus_six_saferpay/loading_animation.scss
solidus_six_saferpay-0.1.2 app/assets/stylesheets/solidus_six_saferpay/loading_animation.scss