Sha256: d3e5bca51616ebe4abb2010a228d7f541e720f882f38e05901957e48786961f3
Contents?: true
Size: 689 Bytes
Versions: 1
Compression:
Stored size: 689 Bytes
Contents
// Autocomplete .form-autocomplete { position: relative; .form-autocomplete-input { align-content: flex-start; display: flex; flex-wrap: wrap; height: auto; min-height: $unit-8; padding: $unit-h; &.is-focused { border-color: $primary-color; @include control-shadow(); } .form-input { border-color: transparent; box-shadow: none; display: inline-block; flex: 1 0 auto; height: $unit-6; line-height: $unit-4; margin: $unit-h; width: auto; } } mark { font-size: 1; padding: .1em 0; } .menu { left: 0; position: absolute; top: 100%; width: 100%; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spectre_scss-0.3.2.0 | vendor/assets/stylesheets/spectre/src/_autocomplete.scss |