Skip to content

Instantly share code, notes, and snippets.

@nathantowell
Created August 5, 2016 09:50
Show Gist options
  • Save nathantowell/5d307139fd23f4c7652063fdea3ccfa7 to your computer and use it in GitHub Desktop.
Save nathantowell/5d307139fd23f4c7652063fdea3ccfa7 to your computer and use it in GitHub Desktop.
$social-colors: (
facebook: #3b5998,
twitter: #00aced,
googleplus: #dd4b39,
linkedin: #007bb6,
youtube: #bb0000,
vimeo: #aad450,
tumblr: #32506d,
instagram: #517fa4,
flickr: #ff0084,
vk: #45668e,
stumbleupon: #EB4823,
yahoo: #7B0099
) !default;
@each $media, $color in $social-colors {
.btn-social-#{$media} {
@include button-variant(#fff, $color, $color);
}
.btn-outline-social-#{$media} {
@include button-outline-variant($color);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment