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