Sha256: 8442b436f2e32405066f2fad21ec4920bd5d7369a3f96f622a7a2db552415791
Contents?: true
Size: 728 Bytes
Versions: 67
Compression:
Stored size: 728 Bytes
Contents
// stylelint-disable max-nesting-depth .govspeak, // Legacy class name that's still used in some content items - needs to be kept until `.govspeak` is removed from the content items. .gem-c-govspeak { .place { margin: 1.5em 0; border-bottom: solid 1px govuk-colour("mid-grey"); padding-bottom: 1.5em; .address { margin: 0; padding: 0; width: auto; display: block; } .url { overflow: hidden; text-overflow: ellipsis; } .additional-information { @include govuk-font($size: 16); p { margin: .25em 0; } } @include govuk-media-query($until: tablet) { margin: .75em 0; } } } // stylelint-enable max-nesting-depth
Version data entries
67 entries across 67 versions & 1 rubygems