Sha256: 13865c558e09943272dd8c2594f8fccf880a44c9322a27424564b1080c0752f1
Contents?: true
Size: 668 Bytes
Versions: 92
Compression:
Stored size: 668 Bytes
Contents
@import "../../settings/all"; @import "../../tools/all"; @import "../../helpers/all"; @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
92 entries across 92 versions & 2 rubygems