Sha256: adbf8075b580737ae8350b338b9a1d185eadca057b2f1d5ae48b0d6a68fa2d3b

Contents?: true

Size: 1.01 KB

Versions: 13

Compression:

Stored size: 1.01 KB

Contents

// Table of Contents
// ==================================================
// Placeholder
// Placeholder initials

// Placeholder
// ==================================================
.placeholder {
  text-align: center;
  width: 100%;

  > i {
    display: inline-block;
    font-size: 196px;
    line-height: 1;
    margin-bottom: 20px;
  }
  > img {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}

// Placeholder initials
// ==================================================
.placeholder-initials {
  background: color(gray);
  border-radius: border-radius(b);
  position: relative;
  width: 50%;

  &::after {
    content: '';
    background: inherit;
    border-radius: inherit;
    display: block;
    padding-bottom: 100%;
  }
  .initials {
    @include transform(translate(-50%, -50%));
    color: color(white);
    font-size: 115%;
    font-style: none;
    font-weight: text-weight(normal);
    line-height: 1;
    left: 50%;
    margin: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
  }
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
active_frontend-18.0.1 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-18.0.0 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.7.0 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.6.3 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.6.2 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.6.1 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.6.0 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.5.1 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.5.0 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.4.1 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.4.0 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.3.1 vendor/assets/stylesheets/components/_placeholder.scss
active_frontend-17.3.0 vendor/assets/stylesheets/components/_placeholder.scss