Sha256: 14200da6426cb1ed381dc9f3606c28807d4c54b6b65b2629b124f7a2918bda34

Contents?: true

Size: 574 Bytes

Versions: 4

Compression:

Stored size: 574 Bytes

Contents

.posts-wrapper {
  background-color: transparent;
  padding: 10px;

  .posts-item-note {
    color: $dark-text-link-blue;
    font-size: 25px;
  }

  .post-item {
    border-top: transparent;
  }

  // last post item won't have a border
  .post-item:not(:last-child) {
    border-bottom: 1px solid $dark-light;
    margin-bottom: 1px;
  }

  span.post-item-date {
    display: block;
    color: $dark-white;
    font-weight: bold;
  }

  .post-item-title a {
    color: $smoke;
    //font-weight: bold;
  }

  .post-item-title a:hover {
    color: $darker-blue-grey
  }
}


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jscom_ice-0.0.5 _sass/component/_posts.scss
jscom_ice-0.0.4 _sass/component/_posts.scss
jscom_ice-0.0.3 _sass/component/_posts.scss
jscom_ice-0.0.2 _sass/component/_posts.scss