Sha256: 13327a22a815d1fc11ec85e07cbf06bdbe2c918a1249088e3647e1ce7a0a04fb
Contents?: true
Size: 437 Bytes
Versions: 5
Compression:
Stored size: 437 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; // @include shadow-xs; } @mixin section-background { background: $bg-subtle; @include rounded($border-radius-s); @include shadow-xs; overflow: hidden; }
Version data entries
5 entries across 5 versions & 1 rubygems