Sha256: 8d524934f6fd838f2fcac7fa1a3b0250c1a0071db7c4fc85c215a5b97e50c3ec

Contents?: true

Size: 1.32 KB

Versions: 14

Compression:

Stored size: 1.32 KB

Contents

<style>
  th{
    font-weight: normal;
  }
  .spinner {
      margin: 0px 0px 0;
      width: 100%;
      text-align: right;
    }
  .spinner > div {
    width: 8px;
    height: 8px;
    background-color: #5CB85C;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -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);
    }
  }
  .list-group-item {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 6px 15px;
    margin-bottom: -1px;
    background-color: #FFF;
    border: 1px solid #DDD;
  }
  label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: right;
  }
</style>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
kaya-0.0.14 lib/kaya/view/styles.mote
kaya-0.0.13 lib/kaya/view/styles.mote
kaya-0.0.12 lib/kaya/view/styles.mote
kaya-0.0.11 lib/kaya/view/styles.mote
kaya-0.0.10 lib/kaya/view/styles.mote
kaya-0.0.9 lib/kaya/view/styles.mote
kaya-0.0.8 lib/kaya/view/styles.mote
kaya-0.0.7 lib/kaya/view/styles.mote
kaya-0.0.6 lib/kaya/view/styles.mote
kaya-0.0.5 lib/kaya/view/styles.mote
kaya-0.0.4 lib/kaya/view/styles.mote
kaya-0.0.3 lib/kaya/view/styles.mote
kaya-0.0.2 lib/kaya/view/styles.mote
kaya-0.0.1 lib/kaya/view/styles.mote