Sha256: bfc2c23403a4bc63fef2394c6570c78c26bba8a44951eef3311b4ece22b0918c

Contents?: true

Size: 625 Bytes

Versions: 6

Compression:

Stored size: 625 Bytes

Contents

// Facet field headings and buttons
.facet-field-heading {
  border-bottom: 0;

  button {
    font-weight: $headings-font-weight;

    &::after {
      content: "❯";
      float: right;
      transform: rotate(90deg);
    }

    &.collapsed {
      border-bottom: 0;

      &::after {
        transform: rotate(0deg);
        transition: transform 0.1s ease;
      }
    }
  }
}

.page-link {
  white-space: nowrap;
}

.modal[open] {
  // override bootstrap .modal class default display: none
  // since we aren't using bootstrap JS that sets and unsets the display
  display: block;
  background: none;
  border: none;
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
blacklight-8.7.0 app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
blacklight-8.6.1 app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
blacklight-8.6.0 app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
blacklight-8.5.1 app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
blacklight-8.5.0 app/assets/stylesheets/blacklight/_bootstrap_overrides.scss
blacklight-8.4.0 app/assets/stylesheets/blacklight/_bootstrap_overrides.scss