Sha256: aaf0255f84a036f7e21edc8031dfd3c5e93e8e25313bbbb22cd255416408fcfd

Contents?: true

Size: 1.29 KB

Versions: 59

Compression:

Stored size: 1.29 KB

Contents

@if not mixin-exists("govuk-exports") {
  @warn "Importing items from the core layer without first importing `base` is deprecated, and will no longer work as of GOV.UK Frontend v4.0.";
}

@import "../base";

@include govuk-exports("govuk/core/template") {

  // Applied to the <html> element
  .govuk-template {
    // Set the overall page background colour to the same colour as used by the
    // footer to give the illusion of a long footer.
    background-color: $govuk-canvas-background-colour;

    // Prevent automatic text sizing, as we already cater for small devices and
    // would like the browser to stay on 100% text zoom by default.
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;

    // Force the scrollbar to always display in IE, to prevent horizontal page
    // jumps as content height changes (e.g. autocomplete results open).
    @include govuk-media-query($media-type: screen) {
      overflow-y: scroll;
    }
  }

  // Applied to the <body> element
  .govuk-template__body {
    // The default margins set by user-agents are not required since we have our
    // own containers.
    margin: 0;
    // Set the overall body of the page back to the typical background colour.
    background-color: $govuk-body-background-colour;
  }
}

Version data entries

59 entries across 56 versions & 4 rubygems

Version Path
govuk_publishing_components-27.6.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.5.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_tech_docs-3.0.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.4.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.3.1 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.3.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.2.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.1.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_tech_docs-2.4.3 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-27.0.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-26.0.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-25.7.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-25.6.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_publishing_components-25.5.0 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_tech_docs-2.4.2 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_tech_docs-2.4.1 node_modules/govuk-frontend/govuk/core/_template.scss
govuk_tech_docs-2.4.0 node_modules/govuk-frontend/govuk/core/_template.scss
defra_ruby_template-3.13.0 node_modules/govuk-frontend/govuk/core/_template.scss
defra_ruby_template-3.13.0 vendor/assets/stylesheets/core/_template.scss