Sha256: 0f76cb660b6ea493c7425dc18b93ba2937f2b33bd43ec02d3d1bd2f34b075aa0

Contents?: true

Size: 713 Bytes

Versions: 10

Compression:

Stored size: 713 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);
}

.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

10 entries across 10 versions & 1 rubygems

Version Path
effective_bootstrap-0.0.21 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.20 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.19 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.18 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.17 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.16 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.15 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.14 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.13 app/assets/stylesheets/effective_bootstrap/icons.scss
effective_bootstrap-0.0.12 app/assets/stylesheets/effective_bootstrap/icons.scss