Sha256: 271ca292fe4b66a60e77b7e16fb72fcf92a0905f446f4918c623fa208ad0ce6e

Contents?: true

Size: 1.14 KB

Versions: 7

Compression:

Stored size: 1.14 KB

Contents

@import "govuk/components/input/input";
$search-icon-size: 40px;

.gem-c-input__search-icon {
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: -$search-icon-size;
  margin-bottom: -(govuk-px-to-rem($search-icon-size));
  width: $search-icon-size;
  height: $search-icon-size;
  height: govuk-px-to-rem($search-icon-size);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' width='40' height='40'%3E%3Cpath d='M25.7 24.8L21.9 21c.7-1 1.1-2.2 1.1-3.5 0-3.6-2.9-6.5-6.5-6.5S10 13.9 10 17.5s2.9 6.5 6.5 6.5c1.6 0 3-.6 4.1-1.5l3.7 3.7 1.4-1.4zM12 17.5c0-2.5 2-4.5 4.5-4.5s4.5 2 4.5 4.5-2 4.5-4.5 4.5-4.5-2-4.5-4.5z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E") no-repeat -3px center;
}

// this overrides styles from static that break the look of the component
// unfortunately we then need to override the override for the search icon variant
// TODO: remove these styles once static is made less aggressive
.gem-c-input.govuk-input {
  margin: 0;
  min-width: 0;
  padding: govuk-spacing(1);
  box-sizing: border-box;

  &.gem-c-input--with-search-icon {
    padding-left: govuk-spacing(6);
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
govuk_publishing_components-34.1.3 app/assets/stylesheets/govuk_publishing_components/components/_input.scss
govuk_publishing_components-34.1.2 app/assets/stylesheets/govuk_publishing_components/components/_input.scss
govuk_publishing_components-34.1.1 app/assets/stylesheets/govuk_publishing_components/components/_input.scss
govuk_publishing_components-34.1.0 app/assets/stylesheets/govuk_publishing_components/components/_input.scss
govuk_publishing_components-34.0.0 app/assets/stylesheets/govuk_publishing_components/components/_input.scss
govuk_publishing_components-33.1.0 app/assets/stylesheets/govuk_publishing_components/components/_input.scss
govuk_publishing_components-33.0.0 app/assets/stylesheets/govuk_publishing_components/components/_input.scss