Sha256: 81eae0989708cac911f241e43fa069aa1cf3601831e0df55ca882043763e8964
Contents?: true
Size: 647 Bytes
Versions: 5
Compression:
Stored size: 647 Bytes
Contents
@mixin section-header { @include secondary-gradient; @include shadow; @include text-shadow; border-bottom: 1px solid #ededed; padding: 5px 10px 3px 10px; font-size: 1.0em; font-weight: bold; line-height: 140%; margin-bottom: 0.5em; color: $section-header-text-color; @include icon($section-header-text-color, 1.0em); span.icon { margin-right: 5px; } } @mixin section-background { background: #f4f4f4; @include rounded(4px); @include inset-shadow(0,1px,4px, #ddd); } @mixin section { @include section-background; h3 { @include section-header; } margin-bottom: 20px; > div { padding: 3px 15px 15px 15px; } }
Version data entries
5 entries across 5 versions & 2 rubygems