Sha256: 5ac2012ac5cc6c5917eef43ca44c44b4cc9154c96def2e424288d7e93f172209
Contents?: true
Size: 944 Bytes
Versions: 88
Compression:
Stored size: 944 Bytes
Contents
// stylelint-disable declaration-no-important @include govuk-exports("govuk/overrides/width") { .govuk-\!-width-full { width: 100% !important; } .govuk-\!-width-three-quarters { width: 100% !important; @include govuk-media-query($from: tablet) { width: 75% !important; } } .govuk-\!-width-two-thirds { width: 100% !important; @include govuk-media-query($from: tablet) { width: 66.66% !important; } } .govuk-\!-width-one-half { width: 100% !important; @include govuk-media-query($from: tablet) { width: 50% !important; } } .govuk-\!-width-one-third { width: 100% !important; @include govuk-media-query($from: tablet) { width: 33.33% !important; } } .govuk-\!-width-one-quarter { width: 100% !important; @include govuk-media-query($from: tablet) { width: 25% !important; } } } /*# sourceMappingURL=_width.scss.map */
Version data entries
88 entries across 86 versions & 4 rubygems