Sha256: 5de9d71cf3e3514c48cbe530a04f066582029f053ad2bfe80d8fc5ff1a400077
Contents?: true
Size: 683 Bytes
Versions: 15
Compression:
Stored size: 683 Bytes
Contents
.twitter-typeahead { display: inline-flex !important; flex-grow: 2; z-index: $zindex-typeahead; input.tt-input.form-control { width: 100%; } input.tt-hint.form-control { width: 100%; filter: opacity(0.33); } .tt-menu { @extend .dropdown-menu; font-family: $font-family-base; width: 100%; } .tt-cursor { background-color: $dropdown-link-hover-bg; color: $dropdown-link-hover-color; text-decoration: none; } .tt-suggestion { font-size: 14px; padding: 5px 5px 5px 10px; } .tt-suggestion:hover { background-color: $dropdown-link-hover-bg; color: $dropdown-link-hover-color; cursor: pointer; } }
Version data entries
15 entries across 15 versions & 2 rubygems