Skip to content

Commit

Permalink
Merge pull request #137 from primer/avatar-child
Browse files Browse the repository at this point in the history
Add `background-color: #fff` to `.avatar-child`
  • Loading branch information
mdo committed Jul 9, 2015
2 parents d3ad718 + cd3a4f0 commit aaca3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_avatars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
position: absolute;
right: -15%;
bottom: -9%;
background-color: #fff; // For transparent backgrounds
border-radius: 2px;
box-shadow: -2px -2px 0 rgba(255, 255, 255, 0.8);
}

0 comments on commit aaca3a4

Please sign in to comment.