Sha256: 17abba04be6c0bfce53c63198474bb8649c2271a2de83f752b590d5a6cf080e5
Contents?: true
Size: 626 Bytes
Versions: 11
Compression:
Stored size: 626 Bytes
Contents
/* Header bar at top (Bootstrap nav-bar) */ .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; } }
Version data entries
11 entries across 11 versions & 1 rubygems