Sha256: a3d038bfadeebedc70879f4f78095f9a2b1b087734d8924267e354af65712038
Contents?: true
Size: 587 Bytes
Versions: 343
Compression:
Stored size: 587 Bytes
Contents
@include govuk-exports("govuk/component/inset-text") { .govuk-inset-text { @include govuk-font($size: 19); @include govuk-text-colour; padding: govuk-spacing(3); // Margin top intended to collapse // This adds an additional 10px to the paragraph above @include govuk-responsive-margin(6, "top"); @include govuk-responsive-margin(6, "bottom"); clear: both; border-left: $govuk-border-width-wide solid $govuk-border-colour; > :first-child { margin-top: 0; } > :only-child, > :last-child { margin-bottom: 0; } } }
Version data entries
343 entries across 340 versions & 5 rubygems