Sha256: 5b361334dac03ea19d0849911b2b0dd6eccb175547aae502f6930bee57c85c1c
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
.scroll-on-page { $base-line-height: 1.5em !default; $base-spacing: 1.5em !default; $action-color: #477DCA !default; $dark-gray: #333 !default; $large-screen: 53.75em !default; $base-font-color: $dark-gray !default; display: inline-block; a { color: $action-color; text-decoration: none; } aside { @include media($large-screen) { @include span-columns(4); } } .scroll-on-page-link { border-bottom: 1px solid transparentize($action-color, 0.8); display: block; margin-right: $base-spacing; outline: none; padding: ($base-spacing / 2) 0; &:last-child { margin-bottom: $base-spacing; } } article { h4 { margin: 0 0 0.5em 0; } p { color: $base-font-color; line-height: $base-line-height; } section p:last-of-type { margin-bottom: 2em; } @include media($large-screen) { @include span-columns(8); } } } // Based on code by http://codepen.io/xmark/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refills-0.2.0 | source/stylesheets/refills/_scroll-on-page.scss |