Sha256: 02821e3378150ea879d50e9d2fae5e1acce9846d73ab781d4b030f75362659a8

Contents?: true

Size: 1.26 KB

Versions: 42

Compression:

Stored size: 1.26 KB

Contents

:root {
  --aa-primary-color: --tw-ring-color;
  --aa-selected-color: --tw-ring-color;
  --aa-primary-color-rgb: 5, 150, 105;
}

.global-search {
  .aa-DetachedSearchButton:focus,
  .aa-DetachedSearchButton {
    border: none !important;
  }
}

.resource-search {
  .aa-Autocomplete {
    @apply w-full;
  }

  .aa-DetachedSearchButton {
    @apply rounded-full border-gray-300;
  }
}

.aa-SourceHeader {
  @apply uppercase text-xs font-semibold;
}

.aa-DetachedFormContainer,
.aa-DetachedContainer .aa-Panel {
  @apply bg-blue-gray-100 border-b-0;
}

.aa-Form {
  &:focus-within {
    @apply ring-0 !important;
  }

  input {
    @apply focus:ring-0 !important;
  }
  &:focus-within {
    .aa-InputWrapperPrefix{
      .aa-SubmitButton {
        @apply ring-0;
      }
    }
  }
}
.aa-Input {
  @apply focus:ring-green-600;
}

.aa-DetachedContainer {
  .aa-PanelLayout {
    @apply pt-0 space-y-3;
  }

  .aa-Source {
    .aa-List {
      @apply space-y-1;

      .aa-Item {
        @apply bg-white rounded-md px-3 py-4 shadow;

        .aa-ItemDescription {
          @apply text-gray-500 text-sm;
        }

        &[aria-selected=true]{
          @apply bg-blue-700 text-white;

          .aa-ItemDescription {
            @apply text-white;
          }
        }
      }
    }
  }
}

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
avo-1.8.1 app/packs/stylesheets/search.css
avo-1.8.0 app/packs/stylesheets/search.css
avo-1.7.3 app/packs/stylesheets/search.css
avo-1.7.3.pre.1 app/packs/stylesheets/search.css
avo-1.7.2 app/packs/stylesheets/search.css
avo-1.7.1 app/packs/stylesheets/search.css
avo-1.7.0 app/packs/stylesheets/search.css
avo-1.6.4.pre.1 app/packs/stylesheets/search.css
avo-1.6.3.pre.3 app/packs/stylesheets/search.css
avo-1.6.3.pre.2 app/packs/stylesheets/search.css
avo-1.6.3.pre.1 app/packs/stylesheets/search.css
avo-1.6.2.pre.1 app/packs/stylesheets/search.css
avo-1.6.1 app/packs/stylesheets/search.css
avo-1.6.0 app/packs/stylesheets/search.css
avo-1.5.5 app/packs/stylesheets/search.css
avo-1.5.4 app/packs/stylesheets/search.css
avo-1.5.3 app/packs/stylesheets/search.css
avo-1.5.2 app/packs/stylesheets/search.css
avo-1.5.1 app/packs/stylesheets/search.css
avo-1.5.0 app/packs/stylesheets/search.css