Sha256: 0dc32ad0b4735da1b3338c8cf4fe52b6d358ad5640f70d2918618f12ee9504a0

Contents?: true

Size: 508 Bytes

Versions: 4

Compression:

Stored size: 508 Bytes

Contents

// .avatar-parent-child is when you see a small avatar at the bottom right
// corner of a larger avatar.
//
// No Styleguide version
.avatar-parent-child {
  position: relative;
}

.avatar-child {
  position: absolute;
  right: -15%;
  bottom: -9%;
  background-color: var(--bgColor-default, var(--color-canvas-default)); // For transparent backgrounds
  // stylelint-disable-next-line primer/borders
  border-radius: $border-radius-1;
  box-shadow: var(--avatar-shadow, var(--color-avatar-child-shadow));
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-v4-theme-primer-0.16.0 _sass/@primer/css/avatars/avatar-parent-child.scss
jekyll-v4-theme-primer-0.15.0 _sass/@primer/css/avatars/avatar-parent-child.scss
jekyll-v4-theme-primer-0.14.0 _sass/@primer/css/avatars/avatar-parent-child.scss
jekyll-v4-theme-primer-0.13.0 _sass/@primer/css/avatars/avatar-parent-child.scss