Sha256: 228aef9020477addc8c2514076aa22e61691249f90b9f12b7d067e68af1bd968
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 KB
Contents
/** * @copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../_common"; /** * Should be used in conjunction with the JavaScript Titon.TypeAhead module. */ .type-ahead { position: absolute; top: 0; left: 0; z-index: 500; opacity: 0; visibility: hidden; background: $gray; border: 1px solid $gray-dark; @include transition(opacity 0.3s); ul { list-style: none; margin: 0; padding: 0; min-width: 200px; a, li.heading { padding: $small-padding; line-height: 100%; display: block; text-decoration: none; } li.heading { font-weight: bold; } } } .type-ahead-desc { display: block; color: $gray-darkest; font-size: .7rem; } .type-ahead-shadow { position: relative; input { position: absolute; top: 0; left: 0; } .is-shadow { color: gray; } .not-shadow { background: transparent; z-index: 1; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
titon-toolkit-0.11.1 | scss/toolkit/modules/type-ahead.scss |
titon-toolkit-0.11.0 | scss/toolkit/modules/type-ahead.scss |