Sha256: 8e3c7be075141fc52616c26deda583d996d4c1108c1ccfdaada9526909cb9164
Contents?: true
Size: 1017 Bytes
Versions: 1
Compression:
Stored size: 1017 Bytes
Contents
@mixin component { overflow: hidden; position: relative; top: 0; left: 0; } @mixin ambient-font { font-family: 'Didact Gothic'; color: $soft-text; } @mixin ambient-headline { @include ambient-font; font-size: 1.2em; font-weight: bold; } @mixin article-side-padding { @include box-sizing(border-box); padding-left: 1em; padding-right: 1em; } .__sg_article { @include border-radius(3px); @include box-shadow(0 2px 3px 0 #cdcdcd); @include component; background: $content_background; margin-bottom: 1em; min-height: 3em; padding-top: 1em; > h3 { @include ambient-headline; @include article-side-padding; margin-bottom: 0.5em; text-align: right; } .__sg_component, .CodeRay, .__code_note { @include article-side-padding; } .__code_note { @include ambient-font; text-align: right; margin-top: 0.5em; margin-bottom: 0.3em; } .CodeRay { @include border-radius(0 0 3px 3px); padding-top: 1em; padding-bottom: 1em; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
styleus-0.0.4 | app/assets/stylesheets/styleus/themes/base/components/_article.css.scss |