Sha256: e5012e384da0248fa5003b1040016bd601d1e06e540b057589d67c9efe0d035b

Contents?: true

Size: 856 Bytes

Versions: 46

Compression:

Stored size: 856 Bytes

Contents

.spinnerContainer
  display: inline-flex
  width: 100%
  height: 100%

.spinner
  text-align: center
  margin: auto

.spinner > span
  width: 18px
  height: 18px
  background-color: $black

  border-radius: 100%
  display: inline-block
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out
  animation: bouncedelay 1.4s infinite ease-in-out
  -webkit-animation-fill-mode: both
  animation-fill-mode: both

.spinner .bounce1
  -webkit-animation-delay: -0.32s
  animation-delay: -0.32s

.spinner .bounce2
  -webkit-animation-delay: -0.16s
  animation-delay: -0.16s

@-webkit-keyframes bouncedelay
  0%, 80%, 100%
    -webkit-transform: scale(0.0)
  40%
    -webkit-transform: scale(1.0)

@keyframes bouncedelay
  0%, 80%, 100%
    transform: scale(0.0)
    -webkit-transform: scale(0.0)
  40%
    transform: scale(1.0)
    -webkit-transform: scale(1.0)

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
smock-0.1.268 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.267 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.266 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.265 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.264 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.263 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.262 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.261 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.260 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.259 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.258 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.256 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.255 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.254 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.253 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.252 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.251 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.250 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.249 app/assets/stylesheets/modules/_spinner.sass
smock-0.1.247 app/assets/stylesheets/modules/_spinner.sass