Sha256: 0409ff6b035200da2b84b36ffd667b8b2b694a230696257a0c5d3db5c818ea39

Contents?: true

Size: 382 Bytes

Versions: 1

Compression:

Stored size: 382 Bytes

Contents

.comment {
  display: table;
  width: 100%;

  .comment-image,
  .comment-content {
    display: table-cell;
    vertical-align: top;
  }

  .comment-image {
    padding-right: $gutter;

    img {
      height: 3em;
      max-width: none;
    }

    .comment-reverse-order & {
      padding-left: 10px;
      padding-right: 0;
    }
  }

  .comment-content {
    width: 100%;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refills-0.2.0 source/stylesheets/refills/unstyled/_comment.scss