Sha256: 6dddf5c6e11f1719a9aaf30a6c61bacad2552e34a924266a350d7d9c1d5aa1aa

Contents?: true

Size: 1.79 KB

Versions: 43

Compression:

Stored size: 1.79 KB

Contents

@import "../button/index";
@import "../input/index";

@include govuk-exports("govuk/component/password-input") {
  .govuk-password-input__wrapper {
    // This element inherits styles from .govuk-input__wrapper, including:
    // - being display: block with contents in a stacked column below the mobile
    //   breakpoint
    // - being display: flex above the mobile breakpoint

    @include govuk-media-query($from: mobile) {
      flex-direction: row;

      // The default of `stretch` makes the toggle button appear taller than the
      // input, due to using box-shadow, which we don't particularly want in
      // this situation
      align-items: flex-start;
    }
  }

  .govuk-password-input__input {
    // IE 11 and Microsoft Edge comes with its own password reveal function. We
    // want to hide it, so that there aren't two controls presented to the user
    // that do the same thing but aren't in sync with one another. This doesn't
    // affect the function that allows Edge users to toggle password visibility
    // by pressing Alt+F8, which cannot be programmatically disabled.
    &::-ms-reveal {
      display: none;
    }
  }

  .govuk-password-input__toggle {
    // Add top margin so the button doesn't obscure the input's focus style
    margin-top: govuk-spacing(1);

    // Remove default margin-bottom from button
    margin-bottom: 0;

    // Hide the button by default, JS removes this attribute
    &[hidden] {
      display: none;
    }

    @include govuk-media-query($from: mobile) {
      // Buttons are normally 100% wide on mobile, but we don't want that here
      width: auto;
      flex-shrink: 0;
      flex-basis: 5em;

      // Move the spacing from top to the left
      margin-top: 0;
      margin-left: govuk-spacing(1);
    }
  }
}

/*# sourceMappingURL=_index.scss.map */

Version data entries

43 entries across 43 versions & 3 rubygems

Version Path
govuk_publishing_components-45.7.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.6.1 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.6.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.5.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.4.1 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.4.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.3.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_tech_docs-4.1.1 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.2.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.1.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-45.0.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
katalyst-govuk-formbuilder-1.13.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.11.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.10.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.9.1 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.9.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.8.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.7.1 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_publishing_components-44.7.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss
govuk_tech_docs-4.1.0 node_modules/govuk-frontend/dist/govuk/components/password-input/_index.scss