Sha256: 0214b9220cf456aa7daa87b83a38db59f0f039c26a812b612de0a55bc1e8b823

Contents?: true

Size: 961 Bytes

Versions: 5

Compression:

Stored size: 961 Bytes

Contents

/* ==========================================================================
   Icons
   ========================================================================== */

.icon {
  display: inline-block;
  position: relative;
  top: -0.05em; /* fine-tune alignment */
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  fill: currentColor;

  $icons: (
     (bitbucket, #205081),
     (codepen, #000),
     (dribbble, #ea4c89),
     (email, #000),
     (facebook, #3b5998),
     (flickr, #0063dc),
     (github, #181717),
     (gitlab, #e24329),
     (googleplus, #dc4e41),
     (instagram, #e4405f),
     (lastfm, #d51007),
     (linkedin, #0077b5),
     (pinterest, #bd081c),
     (rss, #ffa500),
     (soundcloud, #f30),
     (stackoverflow, #fe7a16),
     (tumblr, #36465d),
     (twitter, #1da1f2),
     (xing, #005a5f),
     (youtube, #cd201f)
  );

  @each $icon, $color in $icons {
    &--#{$icon} {
      fill: $color;
    }
  }
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jekyll-theme-so-simple-libre-4.0.0 _sass/so-simple/_icons.scss
jekyll-theme-so-simple-3.2.0 _sass/so-simple/_icons.scss
jekyll-theme-so-simple-3.1.3 _sass/so-simple/_icons.scss
jekyll-theme-so-simple-3.1.2 _sass/so-simple/_icons.scss
jekyll-theme-so-simple-3.1.1 _sass/so-simple/_icons.scss