Sha256: 5dcda81ddbf4bded1fedb7c777a150b86ed89587e1408630c45ffe03afef3c65

Contents?: true

Size: 642 Bytes

Versions: 14

Compression:

Stored size: 642 Bytes

Contents

.icn-round {
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  padding: 0;
  @include border-radius(10px);
  background-color: $defaultBackgroundColor;
  border: 1px solid $defaultBorderColor;
  // vertical-align: middle;
}

/* Variations
_________________________________________________________________ */

.icn-info {
  background-color: $blue;
  color: white;
  border: none;
}

.icn-error {
  background-color: $red;
  color: white;
  border: none;
}

.icn-success {
  border: none;
  background-color: $green;
  color: white;
}

.icn-warning {
  border: none;
  background-color: $yellow;
  color: white;
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
atlas_assets-0.5.2 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.1 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.0 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.10 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.9 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.8 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.7 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.6 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.5 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.4 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.3 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.2 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.1 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.4.0 lib/assets/stylesheets/atlas_assets/_icons.scss