Sha256: c33ba2da1e29c66f16e60eae7091987cf2dac4e84f22513af562dcff897c2fb0

Contents?: true

Size: 852 Bytes

Versions: 26

Compression:

Stored size: 852 Bytes

Contents

/**
  Stylesheet for overriding styles inherited from Blacklight proper
**/

$logo-image: image_url('blacklight/logo.svg') !default;

.navbar-logo {  /* The main logo image for the Blacklight instance */
  @if $logo-image {
    background: transparent $logo-image no-repeat top left;
  }
}

// Begin - Addresses GBL issue #634
// Emulates font-size for SVG icons and aligns to baseline
.blacklight-icons {
  display: inline-flex;
  height: $font-size-base;
  width: $font-size-base;
}

.blacklight-icons svg {
  height: 1rem;
  width: 1rem;
  top: .125rem;
  position: relative;
}
// End - Addresses GBL issue #634

// Begin - Addresses GBL issue #639
.facet-limit {
  margin-bottom:0;
}

.facets-collapse .card+.card {
  margin-top: 0.5rem;
}

.documents-list .document {
  margin-top:0.5rem;
  padding-top:0.5rem;
}
// End - Addresses GBL issue #639

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
geoblacklight-4.4.2 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.4.1 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-3.8.1 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.4.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.4.0.rc1 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.3.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.2.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.1.1 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.1.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-3.8.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0.pre.rc3 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-3.7.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0.pre.rc2 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0.pre.rc1 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-3.6.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-3.5.0 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0.pre.alpha.3 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0.pre.alpha.2 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss
geoblacklight-4.0.0.pre.alpha.1 app/assets/stylesheets/geoblacklight/modules/_blacklight_overrides.scss