Sha256: c93ee3e40a6ccfd2cf510bb7b8e61f7172ed448a0317d0e3cda0e339bf2f50ec

Contents?: true

Size: 456 Bytes

Versions: 16

Compression:

Stored size: 456 Bytes

Contents

// Mixins and shared properties for sidebar elements
@mixin sidebar-children {
  margin-bottom: 20px;
  margin-top: 20px;

  .card-header h2 {
    @extend .h6;
    margin-bottom: 0px;
  }

  .card-subtitle {
    margin: 1rem 0 0;
    font-size: 1rem;
    font-weight: normal;
  }

  .list-group {
     border: 0;
     margin: 8px 0;

    .list-group-item {
      border: 0;
      padding: 0 0 0 20px;

      a {
        display: block;
      }
    }
  }
}

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
geoblacklight-3.8.1 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.8.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.7.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.6.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.5.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-4.0.0.pre.alpha.3 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-4.0.0.pre.alpha.2 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-4.0.0.pre.alpha.1 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-4.0.0.pre.alpha app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.4.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.3.1 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.3.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.2.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.1.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.0.1 app/assets/stylesheets/geoblacklight/modules/sidebar.scss
geoblacklight-3.0.0 app/assets/stylesheets/geoblacklight/modules/sidebar.scss