Sha256: 0168dd7a83b1546dc3cf50541a8107e75d0619dd24e7350661179f512f69d78f

Contents?: true

Size: 1.39 KB

Versions: 89

Compression:

Stored size: 1.39 KB

Contents

@import "../../settings/all";
@import "../../tools/all";
@import "../../helpers/all";

@include govuk-exports("govuk/component/warning-text") {

  .govuk-warning-text {
    position: relative;
    @include govuk-responsive-margin(6, "bottom");
    padding: govuk-spacing(2) 0;
  }

  .govuk-warning-text__assistive {
    @include govuk-visually-hidden;
  }

  .govuk-warning-text__icon {
    @include govuk-font($size: false, $weight: bold);

    display: inline-block;

    position: absolute;
    left: 0;

    min-width: 29px;
    min-height: 29px;
    margin-top: -7px;

    @include govuk-media-query($from: tablet) {
      margin-top: -5px;
    }

    // When a user customises their colours the background colour will often be removed.
    // Adding a border to the component keeps it's shape as a circle.
    border: 3px solid govuk-colour("black");
    border-radius: 50%;

    color: govuk-colour("white");
    background: govuk-colour("black");

    font-size: 30px;
    line-height: 29px;

    text-align: center;

    // Prevent the exclamation mark from being included when the warning text
    // is copied, for example.
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .govuk-warning-text__text {
    @include govuk-font($size: 19, $weight: bold);
    @include govuk-text-colour;
    display: block;
    padding-left: 45px;
  }
}

Version data entries

89 entries across 89 versions & 3 rubygems

Version Path
govuk_publishing_components-21.13.5 node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss
govuk_publishing_components-21.13.4 node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss
govuk_publishing_components-21.13.3 node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss
dxw_govuk_frontend_rails-3.4.0 vendor/assets/stylesheets/components/warning-text/_warning-text.scss
govuk_publishing_components-21.13.2 node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss
govuk_publishing_components-21.13.1 node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss
govuk_publishing_components-21.13.0 node_modules/govuk-frontend/govuk/components/warning-text/_warning-text.scss
dxw_govuk_frontend_rails-3.3.1 vendor/assets/stylesheets/components/warning-text/_warning-text.scss
dxw_govuk_frontend_rails-3.3.0 vendor/assets/stylesheets/components/warning-text/_warning-text.scss