Sha256: e5ea9ffc629445f989ead7df4d580e0c45cfa5dbec460c2ccd3d90e742a10cfa

Contents?: true

Size: 560 Bytes

Versions: 4

Compression:

Stored size: 560 Bytes

Contents

@import "../settings/all";

@include govuk-exports("govuk/core/template") {
  // Set the overall page background color to the same colour
  // as used by the footer to give the illusion of a long footer.
  .govuk-template {
    background-color: $govuk-canvas-background-colour;
  }

  .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

4 entries across 4 versions & 2 rubygems

Version Path
govuk_publishing_components-9.5.1 node_modules/govuk-frontend/core/_template.scss
govuk_publishing_components-9.5.0 node_modules/govuk-frontend/core/_template.scss
govuk_publishing_components-9.4.0 node_modules/govuk-frontend/core/_template.scss
govuk_fe_assets-0.1.0.pre.alpha node_modules/govuk-frontend/core/_template.scss