Sha256: 6115e5bca936f651aa2434a9f0b273212b895c16648b922beb5f407d820821a9

Contents?: true

Size: 601 Bytes

Versions: 6

Compression:

Stored size: 601 Bytes

Contents

.avatar {
  display: inline-block;
  position: relative;

  width: 40px;
  height: 40px;

  background: #ccc;
  border-radius: 50%;
  box-shadow: rgba(black, 0.25) 0 1px 0;

  img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    border-radius: 50%;

    position: relative;
    z-index: 1;
  }

  .avatar-fallback {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    border-radius: 50%;

    color: white;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.8rem;
    font-weight: 500;
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
trestle-0.9.5 frontend/css/components/_avatar.scss
trestle-0.9.4 frontend/css/components/_avatar.scss
trestle-0.9.3 frontend/css/components/_avatar.scss
trestle-0.9.2 frontend/css/components/_avatar.scss
trestle-0.9.1 frontend/css/components/_avatar.scss
trestle-0.9.0 frontend/css/components/_avatar.scss