Sha256: 3dfffd02ddfc67a58819b950721733961fcd50d62a35915e6fde4b7ae974fd1a

Contents?: true

Size: 1.17 KB

Versions: 1

Compression:

Stored size: 1.17 KB

Contents

/* ---------------------------------------------------------------------- */
/*  Icons
/* ---------------------------------------------------------------------- */
/* line 4, ../sass/partials/_icons.scss */
.fa-round {
  border: 0.1em solid #eee;
  border-radius: 100%;
  padding: 0.2em 0.25em 0.15em;
}

/* line 9, ../sass/partials/_icons.scss */
.the-icons {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
/* line 13, ../sass/partials/_icons.scss */
.the-icons .fa-hover {
  border-radius: 4px;
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  color: #8B91A0;
  cursor: pointer;
  -moz-transition: font-size 0.2s ease 0s;
  -o-transition: font-size 0.2s ease 0s;
  -webkit-transition: font-size 0.2s ease 0s;
  -ms-transition: font-size 0.2s ease 0s;
  transition: font-size 0.2s ease 0s;
}
/* line 22, ../sass/partials/_icons.scss */
.the-icons .fa-hover:hover {
  font-size: 46px;
}
/* line 24, ../sass/partials/_icons.scss */
.the-icons .fa-hover:hover .fa {
  font-size: 46px;
}
/* line 28, ../sass/partials/_icons.scss */
.the-icons .fa-hover .fa {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  text-align: right;
  width: 32px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asset_box-0.1.0 assets/stylesheets/app/_icons.scss