Sha256: c2311dd1314e0236accb898d13a380d87004a8a01dcb2288a756e1e03cbe4543
Contents?: true
Size: 779 Bytes
Versions: 67
Compression:
Stored size: 779 Bytes
Contents
// Foundation for Sites by ZURB // foundation.zurb.com // Licensed under MIT Open Source //// /// @group forms //// @mixin foundation-form-checkbox { [type='file'], [type='checkbox'], [type='radio'] { margin: 0 0 $form-spacing; } // Styles for input/label siblings [type='checkbox'] + label, [type='radio'] + label { display: inline-block; margin-#{$global-left}: $form-spacing * 0.5; margin-#{$global-right}: $form-spacing; margin-bottom: 0; vertical-align: baseline; &[for] { cursor: pointer; } } // Styles for inputs inside labels label > [type='checkbox'], label > [type='radio'] { margin-#{$global-right}: $form-spacing * 0.5; } // Normalize file input width [type='file'] { width: 100%; } }
Version data entries
67 entries across 67 versions & 2 rubygems