Sha256: 45ed269715014bbfe7642d6a55f32fa63b2b6d11273733e9cb5054e51645fb99

Contents?: true

Size: 271 Bytes

Versions: 7

Compression:

Stored size: 271 Bytes

Contents

.avatar {
  display: inline-block;

  width: 40px;
  height: 40px;

  background: #fafafa;
  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%;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
trestle-0.8.7 app/assets/stylesheets/trestle/components/_avatar.scss
trestle-0.8.6 app/assets/stylesheets/trestle/components/_avatar.scss
trestle-0.8.5 app/assets/stylesheets/trestle/components/_avatar.scss
trestle-0.8.4 app/assets/stylesheets/trestle/components/_avatar.scss
trestle-0.8.3 app/assets/stylesheets/trestle/components/_avatar.scss
trestle-0.8.2 app/assets/stylesheets/trestle/components/_avatar.scss
trestle-0.8.0 app/assets/stylesheets/trestle/components/_avatar.scss