Sha256: 36e4f78d2664af098ff4a65809fd2bdce088f2524feae780b0b9f5ee9b6bb142

Contents?: true

Size: 699 Bytes

Versions: 1

Compression:

Stored size: 699 Bytes

Contents

#exhibit-masthead, #exhibit-navbar {
  margin-top: -30px;
  z-index: 1;
}

#exhibit-masthead {
  padding: 24px 0;
  .site-title {
    font-size: 30px;
  }

  small {
    display: block;
  }
}

#content-header {
  .breadcrumb {
    padding: 8px 0;
    background: none;
    margin-bottom: 0;
  }
}

.col-md-4 {
  .submit-search-text {
    // hide 'search' label 
      // copied from .sr-only, sadly can't seem to use @extend in a media
      // query like this, have to copy. 
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      overflow: hidden;
      clip: rect(0,0,0,0);
      border: 0;
  }
  .glyphicon-search {
    line-height: $line-height-computed;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.3 app/assets/stylesheets/spotlight/_header.css.scss