Sha256: 778ac0d5c6a0c35eb7789524b8ccb063c356a0932feb9a1b05eff3769896d9b4
Contents?: true
Size: 639 Bytes
Versions: 5
Compression:
Stored size: 639 Bytes
Contents
@mixin section-header { border-left: solid 1px #cdcdcd; background: $title-bar-background; 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: #fafafa; @include rounded(4px); } @mixin section { @include section-background; margin-bottom: 20px; > h3 { @include section-header; } > div { padding: 3px $section-padding $section-padding $section-padding; } hr { border: none; border-bottom: 1px solid #E8E8E8; } }
Version data entries
5 entries across 5 versions & 1 rubygems