Sha256: 7383d3bb5182ab8d0af01ec058561c43a269943bb392cf67947e6747a59a26b3
Contents?: true
Size: 535 Bytes
Versions: 8
Compression:
Stored size: 535 Bytes
Contents
/* Additional CSS needed to properly style the search bar. * This is only necessary because we're using the * jekyll_pages_api_search_interface tag instead of the USWDS markup. */ .usa-search .search-interface .label-text { position: absolute; left: -999em; } .usa-search .search-interface [type=submit] { color: rgba(0,0,0,0); } @media screen and (min-width: 951px) { .usa-nav-secondary .usa-search { margin-top: -3rem; } } @media screen and (max-width: 950px) { .usa-nav-secondary { margin-top: 6rem; } }
Version data entries
8 entries across 8 versions & 1 rubygems