1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 01:04:04 +03:00

Merge pull request #137 from primer/avatar-child

Add `background-color: #fff` to `.avatar-child`
This commit is contained in:
Mark Otto 2015-07-09 11:11:27 -07:00
commit aaca3a4919

View File

@ -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);
}