Sha256: 2cbc971cc01a7b2e1067116bb075e6ef06a43d5fc1d81ec0b986709c4d3528a9

Contents?: true

Size: 545 Bytes

Versions: 6

Compression:

Stored size: 545 Bytes

Contents

.full-message {
  z-index: 999;
  position: fixed;
  background: rgba(0,0,0,0.9);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  color: #fff;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.rotate {
  -webkit-animation: spin 1s infinite linear;
  font-size: 4em;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
localtower-0.1.5 public/css/app.css
localtower-0.1.4 public/css/app.css
localtower-0.1.3 public/css/app.css
localtower-0.1.2 public/css/app.css
localtower-0.1.1 public/css/app.css
localtower-0.1.0 public/css/app.css