Sha256: 7dd8a6a9eebd3a94e78d1c87b2e50109b4bcd83eff1f0fb87b5114b1e4ea1369

Contents?: true

Size: 1.18 KB

Versions: 3

Compression:

Stored size: 1.18 KB

Contents

/*
  Header bar at top (Bootstrap nav-bar)
*/

.topbar > .container {
  @media (max-width: breakpoint-max(xs)) {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-logo {  /* The main logo image for the Blacklight instance */
  @if $logo-image {
    background: transparent $logo-image no-repeat top left;
    background-size: $logo-width $logo-height;
  }
  height: $logo-height;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: $logo-width;
}

.navbar-search {
  z-index: 1;

  search {
    display: contents;
  }

  .search-field {
    // This prevents the widget from being squished so the text overflows
    min-width: 7em;
  }

  .search-query-form {
    @extend .col-md-12;
    @extend .col-lg-8;
    padding-left: 0;
  }
}

#skip-link {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;

  .element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
  }

  .element-invisible.element-focusable:active,
  .element-invisible.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto;
  }

  a:focus {
    background-color: $white;
  }
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/assets/stylesheets/blacklight/_header.scss
blacklight-8.3.0 app/assets/stylesheets/blacklight/_header.scss
blacklight-8.2.2 app/assets/stylesheets/blacklight/_header.scss