Sha256: 1969024ec9e7c8791e4a9a90fd215552c62eff9322455fb420021c0a11bf5acb
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
@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; @include default-side-margin; 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; color: #ccc; } .__sg_component, .CodeRay, .__code_note { @include article-side-padding; } .__sg_component { padding-top: 0.3em; padding-bottom: 1em; } .__code_note { @include background(linear-gradient(bottom, #b5b5b5, #e4e4e4)); @include border-radius(6px 0 0 0); @include ambient-font; border-top: 1px solid #cacaca; border-bottom: 1px solid #999; text-align: center; //margin-top: 0.5em; line-height: 1.5em; } .CodeRay { @include border-radius(0 0 3px 3px); } } // hide highligthed code for default, if js is enabled .js { [data-subject*=representation] { display: none; } [data-subject*=representation].enabled { display: block; } }
Version data entries
3 entries across 3 versions & 1 rubygems