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:
commit
aaca3a4919
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user