Sha256: 4b33703998c43569e76c696b04ebd71c687833fb4488667595563837338fea09

Contents?: true

Size: 427 Bytes

Versions: 11

Compression:

Stored size: 427 Bytes

Contents

.eb-icon {
  width: 1.6rem;
  height: 1.6rem;
}

.input-group-text {
  .eb-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.eb-icon-spinner {
  animation: spin 1.5s linear infinite;
}

@-moz-keyframes spin {
  100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_bootstrap-0.0.11 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.10 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.9 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.8 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.7 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.6 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.5 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.4 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.3 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.2 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.1 app/assets/stylesheets/effective_bootstrap/icons.scss