Sha256: b0717408ff5d75a55b7de3410f9b5d202534a44eb23a0e3a451f846e253912a6

Contents?: true

Size: 1.46 KB

Versions: 2

Compression:

Stored size: 1.46 KB

Contents

.comment
  ///////////////////////////////////////////////////////////////////////////////////
  $base-border-radius: 3px !default
  $base-spacing: 1.5em !default
  $base-accent-color: #477DCA !default
  $dark-gray: #333 !default
  $base-font-color: $dark-gray !default
  //////////////////////////////////////////////////////////////////////////////////
  $comment-gutter: 1.4em
  $comment-image-padding: 0.7em
  $comment-image-width: 4em
  $comment-color: $base-font-color
  $comment-background: lighten($base-accent-color, 15%)
  $comment-detail-color: transparentize($comment-color, 0.5)
  $comment-image-vert-alignment: top
  border-bottom: 1px solid transparentize($comment-color, 0.9)
  display: table
  margin-bottom: $base-spacing
  padding-bottom: 1em
  width: 100%
  .comment-image,
  .comment-content
    display: table-cell
    vertical-align: $comment-image-vert-alignment
  .comment-image
    padding-right: $comment-gutter
    > img
      background: $comment-background
      border-radius: $base-border-radius
      display: block
      height: auto
      max-width: none
      padding: $comment-image-padding
      width: $comment-image-width
    .comment-reverse-order &
      padding-right: 0
      padding-left: 10px
  .comment-content
    width: 100%
    h1
      font-size: 1em
      margin: 0 0 0.5em 0
    p
      line-height: 1.5em
      margin-bottom: 0.5em
    p.comment-detail
      color: $comment-detail-color
      font-size: 0.9em
      font-style: italic

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
breezeblocks-0.0.2 source/stylesheets/breezeblocks/_comment.sass
breezeblocks-0.0.1 source/stylesheets/breezeblocks/_comment.sass