Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/review' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bombassaro committed Aug 20, 2020
2 parents ea4c77f + 5f44ebc commit 343adb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/SocialMedias/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

.social-circle {
@include fx(center, center);
@include w(32px);
@include h(32px);
@include mr($space-size-4);
@include r(50%);
@include w(32px);
svg {
fill: $color-primary-1;
fill: transparent;
}
}

0 comments on commit 343adb1

Please sign in to comment.