Sha256: a9b5e11d749614c7fc38d0113bff56d7ac801c05fb62ff676eaf9632fe89c0b9

Contents?: true

Size: 1.34 KB

Versions: 40

Compression:

Stored size: 1.34 KB

Contents

.search_field {
  position: relative;
  margin-bottom: $default-margin;
  height: 29px;
}

.search_field {
  .fa-search {
    position: absolute;
    left: 8px;
    top: 9px;
  }

  label {
    display: block;
    height: inherit;
  }
}

.search_field_clear {
  display: none;
  position: absolute;
  top: 7px;
  right: 8px;
  width: 16px;
  height: 16px;
  line-height: 14px;
  text-align: center;
}

#toolbar,
#overlay_toolbar {

  .search_form {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
  }

  .search_field {
    height: inherit;
  }

  .search_input_field {
    width: 0;
    height: inherit;
    border: none;
    background-color: transparentize($form-field-background-color, 0.25);
    transition:
      width $transition-duration ease-in-out,
      background-color $transition-duration linear;
    border-radius: 0;
    padding: 8px 16px 8px 32px;
    margin: 0;
    text-align: left;
    box-shadow: none;
    -webkit-appearance: none;

    @media screen and (min-width: $medium-screen-break-point) {
      width: 150px;
    }

    &:focus {
      width: 250px;
      background-color: $form-field-background-color;

      @include default-focus-style(
        $box-shadow: inset 0 0 0 2px $focus-color,
        $border-radius: 0
      );
    }
  }

  .search_field .icon {
    top: 18px;
  }

  .search_field_clear {
    top: 16px;
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
alchemy_cms-5.0.10 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.6.7 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.9 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.6.6 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.8 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.6.5 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.5.1 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.4.5 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.6.4 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.7 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.6 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.5 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.6.3 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.4 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.3 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.2 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.1 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-4.6.2 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.0 app/assets/stylesheets/alchemy/search.scss
alchemy_cms-5.0.0.rc2 app/assets/stylesheets/alchemy/search.scss