Sha256: 304b54c8fece6aff1c6c55a00670969d4526ca9c8ad86bbbea6d980dbdb11420
Contents?: true
Size: 1.26 KB
Versions: 46
Compression:
Stored size: 1.26 KB
Contents
.twitter-typeahead { width: 100%; } .typeahead, .tt-query, .tt-hint { } .typeahead { background-color: #fff; } .typeahead:focus { border: 2px solid #0097cf; } .tt-hint { color: #999 } .tt-dropdown-menu { z-index: $zindex-dropdown !important; margin-top: 2px; max-height: 360px; overflow-y: auto; padding: 8px 0; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2); box-shadow: 0 5px 10px rgba(0,0,0,.2); } .twitter-typeahead { z-index: $zindex-dropdown !important; /* get typeahead to float on top of e.g. leaflet */ .tt-suggestion { font-size: 18px; line-height: 24px; padding: 3px 1rem 3px 1rem; margin-bottom: 1em; &.tt-cursor { color: #fff; background-color: #0097cf; } } } .tt-dataset-tags { p { white-space: nowrap !important; } } .autocomplete-item { display: flex; p { margin: 0; } .document-thumbnail { margin-right: 1rem; min-width: 60px; padding: 0; width: 60px; img { max-width: 60px; max-height: 60px; } } }
Version data entries
46 entries across 46 versions & 1 rubygems