Sha256: 542a8ae068ee5df62017bfbb8f1d8adac3fdff7cd19161bd6012ef131ea8476a

Contents?: true

Size: 558 Bytes

Versions: 7

Compression:

Stored size: 558 Bytes

Contents

.jquery-spinner-wrap {
  position:absolute;
  top:0;
  z-index:100;
  width:100%;
  height:100%;
  display:none;
  background:rgba(0,0,0,0.2)
}

.jquery-spinner-wrap .jquery-spinner-circle {
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center
}

.jquery-spinner-wrap .jquery-spinner-circle .jquery-spinner-bar {
  width:40px;
  height:40px;
  border:4px #ddd solid;
  border-top:4px #9b4dca solid;
  border-radius:50%;
  animation:sp-anime 0.8s infinite linear
}

@keyframes sp-anime {
  100% {
    transform:rotate(360deg)
  }
}


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/app/assets/stylesheets/jquery-spinner.css