Sha256: 246c68ca007238faf5deed3bc7586cc58f9fc06ba37dd3ed3fc27efa0730000c
Contents?: true
Size: 573 Bytes
Versions: 9
Compression:
Stored size: 573 Bytes
Contents
// Panels // ========================================================================== // Indented panels with a grey left hand border .panel-indent { @include contain-floats; clear: both; border-left: 5px solid $panel-colour; padding-top: 10px; padding-bottom: 10px; padding-left: $gutter-half; @include media(tablet){ padding-left: 20px; } margin: ($gutter $gutter-half $gutter*1.5 0); } .panel-indent legend { margin-top: 0; } .panel-indent p:only-child { margin-bottom: 0; } .panel-indent .form-group:last-child { margin-bottom: 0; }
Version data entries
9 entries across 9 versions & 1 rubygems