@import "~tfstyleguide/vars";

.social-link-wrapper {
  display: inline-block;
  cursor: pointer;
  color: @blue;
  &:hover {
    color: @blue75;
  }
}
