Sha256: e74bf5160e3a5a845e185d4b73133de22129ba26a66391d6b0691dea8a546d05

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

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;
}

/* Small icons
_________________________________________________________________ */

.icn-round.icn-small, 
.icn-round.icn-small.glyphicons {
  font-size: 15px;
  height: 15px;
  width: 16px;
  line-height: 1em;
  vertical-align: middle;
  text-align: center;
  padding: 0px 0px 1px 0px;
}

.icn-round.icn-small:before {
  font-size: 10px;
  display: inline;
  vertical-align: middle;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
atlas_assets-0.5.8 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.7 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.6 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.5 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.4 lib/assets/stylesheets/atlas_assets/_icons.scss
atlas_assets-0.5.3 lib/assets/stylesheets/atlas_assets/_icons.scss