Sha256: 019a7a3e40ec5e765e892cb0eb59aeff897f8ee3cfe7b5e7dbc096160f72c692
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
.navbar-search { z-index: 10; .search-query-form { max-width: 100% !important; // work around blacklight styles display: flex; gap: .5rem; // wrap collection dropdown onto its own line on smaller screens @include media-breakpoint-down(md) { flex-wrap: wrap; } .input-group { width: unset; flex: auto; } .within-collection-dropdown { flex: none; } } } .al-masthead { h1, .h1 { display: block; font-size: $h2-font-size; margin: 0; padding: ($spacer * 1.5) ($spacer * 0.5); } .navbar-nav { flex-direction: row; font-weight: 700; .active a { color: $gray-700; } } + .navbar-search { border-bottom: $default-border-styling; border-top: $default-border-styling; margin-bottom: ($spacer * 0.5); a { font-weight: $font-weight-bold; } .active a { color: $gray-700; } .navbar-toggler { background-color: $white; border: $default-border-styling; } .navbar-toggler-icon { background-image: $navbar-light-toggler-icon-bg; } } @media (max-width: 767px) { .nav-links { justify-content: center !important; } h1, + .navbar-search { text-align: center; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arclight-1.1.3 | app/assets/stylesheets/arclight/modules/mastheads.scss |
arclight-1.1.2 | app/assets/stylesheets/arclight/modules/mastheads.scss |