Sha256: 9039bf48af888e8b1e39f280d73d93d3b22783ca27a03856dd70f880ec724c85

Contents?: true

Size: 1.9 KB

Versions: 67

Compression:

Stored size: 1.9 KB

Contents

@import "../base";

////
/// @group objects/layout
////

// Example usage with Breadcrumbs, phase banners, back links:
// <div class="govuk-width-container">
//   <!-- Breadcrumbs, phase banners, back links are placed in here. -->
//   <div class="govuk-main-wrapper">
//       <!-- Wrapper for the main content of your page which applies padding
//            to the top / bottom -->
//   </div>
// </div>
//
// Example usage without Breadcrumbs, phase banners, back links:
// <div class="govuk-width-container">
//   <div class="govuk-main-wrapper govuk-main-wrapper--l">
//       <!-- Wrapper for the main content of your page which applies padding
//            to the top / bottom -->
//   </div>
// </div>

@include govuk-exports("govuk/objects/main-wrapper") {
  .govuk-main-wrapper {
    // In IE11 the `main` element can be used, but is not recognized  –
    // meaning it's not defined in IE's default style sheet,
    // so it uses CSS initial value, which is inline.
    display: block;
    padding-top: govuk-spacing(4);
    padding-bottom: govuk-spacing(4);

    @include govuk-media-query($from: tablet) {
      // This spacing is manually adjusted to replicate the margin of
      // govuk-heading-xl (50px) minus the spacing of back link and
      // breadcrumbs (10px)
      padding-top: govuk-spacing(7);
      padding-bottom: govuk-spacing(7);
    }
  }

  // Using the `.govuk-main-wrapper--auto-spacing` modifier should apply the
  // correct spacing depending on whether there are any elements
  // (such the back link, breadcrumbs or phase banner components) before the
  // `.govuk-main-wrapper` in the `govuk-width-container`.
  //
  // If you need to control the spacing manually, use the
  // `govuk-main-wrapper--l` modifier instead.
  .govuk-main-wrapper--auto-spacing:first-child,
  .govuk-main-wrapper--l {
    @include govuk-responsive-padding(8, "top");
  }
}

/*# sourceMappingURL=_main-wrapper.scss.map */

Version data entries

67 entries across 65 versions & 4 rubygems

Version Path
govuk_publishing_components-45.7.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.6.1 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.6.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.5.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.4.1 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.4.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.3.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_tech_docs-4.1.1 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.2.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.1.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-45.0.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
katalyst-govuk-formbuilder-1.13.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.11.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.10.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.9.1 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.9.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.8.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.7.1 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_publishing_components-44.7.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss
govuk_tech_docs-4.1.0 node_modules/govuk-frontend/dist/govuk/objects/_main-wrapper.scss