Sha256: d6c0a00d5b2bcc550d356f75556e9235a66bb5e5fb4d305a4db65f1e2e9d1bf7
Contents?: true
Size: 1.01 KB
Versions: 58
Compression:
Stored size: 1.01 KB
Contents
// Govspeak contact // https://components.publishing.service.gov.uk/component-guide/govspeak/contact // // Support: // - alphagov/whitehall: ✔︎ // - alphagov/govspeak: ✔︎ // stylelint-disable max-nesting-depth .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
58 entries across 58 versions & 1 rubygems