Sha256: 7004419cfcac73edd158f665855be43b8743f995c6e57e01df087f21c3818fe9
Contents?: true
Size: 1.36 KB
Versions: 24
Compression:
Stored size: 1.36 KB
Contents
/* Header bar at top (Bootstrap nav-bar) */ #header-navbar { .navbar-brand { /* The main logo image for the Blacklight instance */ width: 150px; height: 50px; @if $logo-image { background: transparent $logo-image no-repeat top left; } @if $logo_image { // deprecated 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 { z-index: 1; .input-group { width: 100%; } .input-group-addon { &.for-search-field { background-color: $input-bg; border-radius: $border-radius-base 0 0 $border-radius-base; width: 15ch; } } .search_field { background: transparent; border: none; } .search-query-form { @extend .col-md-8; border: 0; padding-left: 0; } .submit-search-text { // hide 'search' label at very small screens @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
24 entries across 24 versions & 1 rubygems