Guest User

Untitled

a guest
Jul 17th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $social: (
  2. facebook: #124578,
  3. twitter: #0084b4,
  4. google-plus-g: #d34836,
  5. vk: #4c75a3,
  6. linkedin: #0075b5
  7. );
  8.  
  9. @each $name, $color in $social {
  10. .fa-#{$name}:hover {
  11. color: $color;
  12. }
  13. }
Add Comment
Please, Sign In to add comment