Sha256: 1343ed5ead929856142c2675feee83ac2a46332a82d412b7295f08bfdbe90875

Contents?: true

Size: 436 Bytes

Versions: 2

Compression:

Stored size: 436 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-subtle;
  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

2 entries across 2 versions & 1 rubygems

Version Path
captive-admin-0.2.2 app/assets/stylesheets/captive-admin/mixins/_sections.scss
captive-admin-0.1.0.alpha app/assets/stylesheets/captive-admin/mixins/_sections.scss