Sha256: b756c3179e0d90ce7a8a1fd546fba286a60bdf3704bb6912d4d083079ab2c76b

Contents?: true

Size: 350 Bytes

Versions: 44

Compression:

Stored size: 350 Bytes

Contents

// Table of Contents
// ==================================================
// Typeahead

// scss-lint:disable SelectorDepth

// Typeahead
// ==================================================
.typeahead {
  margin-top: 10px;
  z-index: 1060;

  > li > a b,
  > li.active > a {
    color: color(primary);
    font-weight: text-weight(semibold);
  }
}

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
active_frontend-14.1.19 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-14.1.18 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-14.1.17 vendor/assets/stylesheets/components/_typeahead.scss
active_frontend-14.1.16 vendor/assets/stylesheets/components/_typeahead.scss