Sha256: 6c37610c79c5b3137958e996305fe99991c265d002c36c668f4d1b32b579a8d4
Contents?: true
Size: 997 Bytes
Versions: 125
Compression:
Stored size: 997 Bytes
Contents
// Govspeak contact // https://components.publishing.service.gov.uk/component-guide/govspeak/contact // // Support: // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ .gem-c-govspeak { // .address is used by the `$A` markdown pattern .address, .contact { border-left: 1px solid govuk-colour("mid-grey", $legacy: "grey-2"); padding-left: govuk-spacing(3); margin-bottom: govuk-spacing(6); margin-top: govuk-spacing(6); } .contact { @include govuk-clearfix; position: relative; .content { float: none; width: 100%; h3 { @include govuk-font($size: 19, $weight: bold); margin-bottom: 5px; } .email-url-number { .email { word-wrap: break-word; } span { display: block; } } .comments { @include govuk-font($size: 16); @include govuk-media-query($from: tablet) { margin-bottom: 0; } } } } }
Version data entries
125 entries across 125 versions & 1 rubygems