Sha256: 86882baeeea16bf21bad00bd765d50da33df72a1714b833a3de20c5ebb5fd107
Contents?: true
Size: 612 Bytes
Versions: 4
Compression:
Stored size: 612 Bytes
Contents
// Panels // ========================================================================== // GOV.UK front end toolkit dependencies @import "helpers"; // Indented panels with a grey left hand border .panel-indent { @extend %contain-floats; clear: both; border-left: 4px solid $border-colour; padding: 10px 0 10px $gutter-half; margin: ($gutter $gutter-half $gutter*1.5 0); } .panel-indent legend { margin-top: 0; } // Remove bottom margin on last paragraph .panel-indent p:only-child, .panel-indent p:last-child { margin-bottom: 0; } .panel-indent .form-group:last-child { margin-bottom: 0; }
Version data entries
4 entries across 4 versions & 1 rubygems