Sha256: 0533f95d80b1baca9bad1177641e8d057ddf2d939b0ecba2b55f5b05c161e547
Contents?: true
Size: 643 Bytes
Versions: 79
Compression:
Stored size: 643 Bytes
Contents
@import "../settings/all"; @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; } // 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
79 entries across 79 versions & 1 rubygems