Sha256: 5b99c11efdddd446a9ab80fc2d0d8d8f3a1244dcb97eb7624fade648ef4ec22c
Contents?: true
Size: 903 Bytes
Versions: 149
Compression:
Stored size: 903 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; } } }
Version data entries
149 entries across 149 versions & 4 rubygems