Sha256: 263b953d524bb71406ca21ffee0fefb5f60a51cc7f559f6ed15859677e138211

Contents?: true

Size: 1013 Bytes

Versions: 283

Compression:

Stored size: 1013 Bytes

Contents

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

.eb-icon.big-1 {
  width: (1.6rem * 1.25);
  height: (1.6rem * 1.25);
}

.eb-icon.big-2 {
  width: (1.6rem * 1.5);
  height: (1.6rem * 1.5);
}

.eb-icon.big-3 {
  width: (1.6rem * 2.0);
  height: (1.6rem * 2.0);
}

.eb-icon.big-4 {
  width: (1.6rem * 4.0);
  height: (1.6rem * 4.0);
}

.eb-icon.small-1 {
  width: (1.6rem * 0.75);
  height: (1.6rem * 0.75);
}

.eb-icon.small-2 {
  width: (1.6rem * 0.5);
  height: (1.6rem * 0.5);
}

.eb-icon.small-3 {
  width: (1.6rem * 0.25);
  height: (1.6rem * 0.25);
}

.eb-icon.small-4 {
  width: (1.6rem * 0.125);
  height: (1.6rem * 0.125);
}

.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

283 entries across 283 versions & 1 rubygems

Version Path
effective_bootstrap-1.19.10 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.9 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.8 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.7 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.6 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.5 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.4 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.3 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.2 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.1 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.19.0 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.18.7 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.18.4 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.18.3 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.18.2 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.18.1 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.18.0 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.17.6 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.17.5 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-1.17.4 app/assets/stylesheets/effective_bootstrap/icons.scss