Sha256: 592dac5ce37bd6f78d8da36a99d7ce6e0ff2b271fc8971775bf605f222cda368

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

.infinite-scroll {
  padding-bottom: 6em;
  position: relative;
  
  .spinner { display: none; }
  &.loading .spinner {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: 200;
    font-size: 1.5em;
    display: block;
    background: #f4f4f4;
    width: 100%;
    padding: 0.5em;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
houston-core-0.5.0.beta1 app/assets/stylesheets/application/infinite_scroll.scss