Sha256: 0e00944e6b922f0f192630f367dc5af4bca709e3cb0c323af33a3461bacadd26

Contents?: true

Size: 1.11 KB

Versions: 22

Compression:

Stored size: 1.11 KB

Contents

@import "../base";

@include govuk-exports("govuk/objects/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

22 entries across 22 versions & 3 rubygems

Version Path
dxw_govuk_frontend_rails-4.0.0 vendor/assets/stylesheets/objects/_template.scss
govuk_publishing_components-29.9.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.8.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_tech_docs-3.2.1 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.7.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.6.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.5.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.4.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.3.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.2.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.1.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.0.1 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-29.0.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-28.9.2 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_tech_docs-3.2.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-28.9.1 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-28.9.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-28.8.1 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-28.8.0 node_modules/govuk-frontend/govuk/objects/_template.scss
govuk_publishing_components-28.7.1 node_modules/govuk-frontend/govuk/objects/_template.scss