Sha256: 34f6e4a5a419a6db36807e185e3bdf48c5828a59ed50088c409e6efb18db4214

Contents?: true

Size: 717 Bytes

Versions: 2

Compression:

Stored size: 717 Bytes

Contents

@import "../base-mixins/all";
@import "../base-variables/all";

.user-typeahead {
  .list-view.flexbox {
    display: flex;
  }

  .user-autosuggest {
    color: $gray-7;
    padding: 1px;

    .suggestion {
      list-style: none;
      padding: 5px;

      &.suggestion-focused {
        background-color: $light-grey;
      }

      .user-info {
        margin-left: 10px;

        span: {
          display: block;
          width: 100%;
        }
      }
    }
  }

  .menu-style {
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    max-height: 200px;
    top: 100%;
    left: 0;
    overflow: auto;
    z-index: 10
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro_sg-3.0.2 sass-mixins/vendor/type-ahead.scss
nitro_sg-3.0.1 sass-mixins/vendor/type-ahead.scss