Sha256: 44f5d559e6adb5a8084f1815ffbcb6d64eaca4968bb70ca859f5f5b656463aa6
Contents?: true
Size: 676 Bytes
Versions: 1
Compression:
Stored size: 676 Bytes
Contents
/* styles for basic search (catalog#index with no search params) */ #basic_search_wrapper { margin-top:20px; #basic_search_form { #q_basic { @include box-shadow(0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05)); width: 45%; } #basic_search_indexes { text-align: left; text-shadow: none; width: 110px; } } } /* responsive styles */ /* Landscape phone to portrait tablet */ @media (max-width: 767px) { #basic_search_wrapper { #basic_search_form { #q_basic { width: 85%; } #basic_search_indexes, #search { margin: 10px 5px 0 0; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
commonwealth-vlr-engine-0.0.1 | app/assets/stylesheets/commonwealth-vlr-engine/basic_search.scss |