Sha256: 1a6c239a2630b349b50bdbffabe601876954397f1ce6418b797ee47db0c00e5c

Contents?: true

Size: 1.67 KB

Versions: 8

Compression:

Stored size: 1.67 KB

Contents

$sophia_color: #9dd171;

.persona {
  @extend %card-style;
  color: color('white');

  .persona-header {
    display: inline-block;

    .persona-header-title {
      font-size: font-size('large');
    }

    .persona-header-quote {
      font-size: font-size('default');
      position: relative;
      background-color: color('white');
      padding:10px;
      border-radius: 10px;
      color: color('gray-600');
      margin: 0;

      &:after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent color('white') transparent transparent;
        border-style: solid;
        border-width: 20px 40px;
        height: 0;
        width: 0;
        position: absolute;
        top: 20px;
        left: -70px;
      }
    }
  }

  .persona-body {

  }

  &.persona-sophia {
    background-color: $sophia_color
  }



}

.style-guide-persona-block {
  position: relative;
  color: color('white');

  .style-guide-persona-header {
    padding:20px;
  }

  .style-guide-persona-header-content {
    display: inline-block;
    width: 345px;
    padding-left: 20px;
    vertical-align: top;
    margin-left: 20px;
  }
}

.style-guide-persona-title {
  font-size: font-size('large');
}

.quote-bubble {
  font-size: font-size('default');
  position: relative;
  background-color: color('white');
  color: color('gray-600');
  padding:10px;
  border-radius: 10px;
  margin: 0;

  &:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent color('white') transparent transparent;
    border-style: solid;
    border-width: 20px 40px;
    height: 0;
    width: 0;
    position: absolute;
    top: 20px;
    left: -70px;
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
forever_style_guide-1.2.11 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.10 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.9 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.8 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.7 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.5 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.4 app/assets/stylesheets/style_guide/modules/_personas.scss
forever_style_guide-1.2.3 app/assets/stylesheets/style_guide/modules/_personas.scss