Sha256: 8b6e6ffd9550132f6b05cb68a8d4d9d1151eddc178ba3eddb29363da4a4d9c5e
Contents?: true
Size: 881 Bytes
Versions: 8
Compression:
Stored size: 881 Bytes
Contents
// Govspeak contact // https://govuk-static.herokuapp.com/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 $border-colour; padding-left: $gutter-half; margin-bottom: $gutter; margin-top: $gutter; } .contact { @extend %contain-floats; position: relative; .content { float: none; width: $full-width; h3 { @include bold-19; margin-bottom: 5px; } .email-url-number { .email { word-wrap: break-word; } span { display: block; } } .comments { @include core-16; @include media(tablet) { margin-bottom: 0; } } } } }
Version data entries
8 entries across 8 versions & 1 rubygems