Sha256: 8a2debe6239ce498cf3c8578d29b92605c224265b0ff4c67b32e17309fe1ed03
Contents?: true
Size: 749 Bytes
Versions: 4
Compression:
Stored size: 749 Bytes
Contents
@mixin section-header { // héritage AA font-size: 1em; font-weight: bold; line-height: 18px; margin-bottom: 0.5em; // Fin héritage AA padding: $spacer-2 $spacer-4; color: $fg-muted; background: $bg-default; border-bottom: 1px solid $border-color; } @mixin section-background { background: $bg-default; border-radius: 0; overflow: hidden; } @mixin section { // héritage AA @include section-background; margin-bottom: 20px; > h3 { @include title-small; margin: 0; padding-bottom: $spacer-4; .header_action { float: right; } } > div { padding: 0; } hr { border: none; border-bottom: 1px solid #e8e8e8; } // Fin héritage AA margin-bottom: $spacer-8; }
Version data entries
4 entries across 4 versions & 1 rubygems