Sha256: 8ce4aeb25cc01b61dc2c599ce243f8efab975429bf50d197fbc0b0d8d2b81259
Contents?: true
Size: 1006 Bytes
Versions: 2
Compression:
Stored size: 1006 Bytes
Contents
/* Header bar at top (Bootstrap nav-bar) */ #header-navbar { .navbar-brand { /* The main logo image for the Blacklight instance */ width: 150px; background:transparent image_url($logo_image) no-repeat top left; display: inline-block; text-indent: 100%; white-space: nowrap; overflow: hidden; padding-right:0; margin-right:20px; padding-left: 0; } } #search-navbar { .search-query-form { @extend .col-md-8; padding-left: 0; } .search-query-form { border: 0; } .submit-search-text { // hide 'search' label at very small screens, magnifying glass // icon should still be there. @media screen and (max-width: $screen-xs-min ) { // 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; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-5.0.0.pre2 | app/assets/stylesheets/blacklight/_header.css.scss |
blacklight-5.0.0.pre1 | app/assets/stylesheets/blacklight/_header.css.scss |