Sha256: e8bd16942dc44d38b0333a507479173f7af8085452960a0dbd0ebef94027b0a9

Contents?: true

Size: 995 Bytes

Versions: 8

Compression:

Stored size: 995 Bytes

Contents

// Converted Variables


// Custom Media Query Variables


/*

    NESTED
    Tachyons module for styling nested elements
    that are generated by a cms.

*/

.nested-copy-line-height p,
.nested-copy-line-height ul,
.nested-copy-line-height ol {
  line-height: 1.5;
}

.nested-headline-line-height h1,
.nested-headline-line-height h2,
.nested-headline-line-height h3,
.nested-headline-line-height h4,
.nested-headline-line-height h5,
.nested-headline-line-height h6 {
  line-height: 1.25;
}

.nested-list-reset ul,
.nested-list-reset ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
}

.nested-copy-indent p+p {
  text-indent: 1em;
  margin-top: 0;
  margin-bottom: 0;
}

.nested-copy-seperator p+p {
  margin-top: 1.5em;
}

.nested-img img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.nested-links a {
  color: $blue;
  transition: color .15s ease-in;
}

.nested-links a:hover,
.nested-links a:focus {
  color: $light-blue;
  transition: color .15s ease-in;
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
pocket-theme-0.4.4 _sass/_nested.scss
pocket-theme-0.4.3 _sass/_nested.scss
pocket-theme-0.4.1 _sass/_nested.scss
minimal-jekyll-theme-0.2.1 _sass/scss/_nested.scss
minimal-jekyll-theme-0.2.0 _sass/scss/_nested.scss
minimal-jekyll-theme-0.1.4 _sass/scss/_nested.scss
minimal-jekyll-theme-0.1.3 _sass/scss/_nested.scss
minimal-jekyll-theme-0.1.2 _sass/scss/_nested.scss