Sha256: 5d42fccc7afd55e1af2ade916f8e11dd7d456ff7ee96562467152c0704b1806a
Contents?: true
Size: 864 Bytes
Versions: 13
Compression:
Stored size: 864 Bytes
Contents
@mixin section-header { @include secondary-gradient; @include text-shadow; border: solid 1px #cdcdcd; @include border-colors(#e6e6e6, #d4d4d4, #cdcdcd); box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 1px #FFF inset; font-size: 1.0em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; color: $section-header-text-color; @include icon($section-header-text-color, 1.0em); padding: 5px 10px 3px 10px; } @mixin section-background { background: #f4f4f4; @include rounded(4px); @include inset-shadow(0,1px,4px, #ddd); } @mixin section { @include section-background; margin-bottom: 20px; > h3 { @include section-header; .header_action { float: right; } } > div { padding: 3px $section-padding $section-padding $section-padding; } hr { border: none; border-bottom: 1px solid #E8E8E8; } }
Version data entries
13 entries across 13 versions & 1 rubygems