Sha256: ef456bbbbc3f8c844255ee872cb44fb3a21b6a4cbb7459da47396da0fbbc888a
Contents?: true
Size: 462 Bytes
Versions: 4
Compression:
Stored size: 462 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(--color-canvas-default); // For transparent backgrounds // stylelint-disable-next-line primer/borders border-radius: $border-radius-1; box-shadow: var(--color-avatar-child-shadow); }
Version data entries
4 entries across 4 versions & 1 rubygems