Sha256: d746cac06561d5330e55e4e840451e56a07caabe3bd886adf6241e1969f65112
Contents?: true
Size: 652 Bytes
Versions: 18
Compression:
Stored size: 652 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, 1em); 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
18 entries across 18 versions & 2 rubygems